#CA7B1A

Color #CA7B1A Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CA7B1A

Tints of Ochre #CA7B1A

Color information

#CA7B1A (or 0xCA7B1A) is unknown color: approx Ochre. HEX triplet: CA, 7B and 1A. RGB value is (202,123,26). Sum of RGB (Red+Green+Blue) = 202+123+26=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7B1A is #3584E5. Grayscale: #888888. Windows color (decimal): -3507430 or 1735626. OLE color: 1735626.

HSL color Cylindrical-coordinate representation of color #CA7B1A: hue angle of 33.07º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA7B1A is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB20212326-
CMYK00.390.870.21
HSL33.07º77.19%44.71%-
HSV(B)33.07º87.13%79.22%-
XYZ31.6326.84.48-
YUV135.5666.17175.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 57.55%
GREEN value IS 123 (48.44% from 255) = 35.04%
BLUE value IS 26 (10.55% from 255) = 7.41%
R=57.55%
G=35.04%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021232600.390.870.2133.0777.1944.71
HexCA7B1A0275715214d2d
Octal31217332047127254111555
Binary1100101011110111101001001111010111101011000011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7B1A; }

 p { color: rgb(202,123,26); }

 H1.HeaderClassName
 {
   color: #CA7B1A;
 }
 .AnyTagClassName
 {
   color: #CA7B1A;
 }
</style>
background-color css

<style>
 a { background-color: #CA7B1A; }

 a { background-color: rgb(202,123,26); }

 div.DivClassName
 {
   background-color: #CA7B1A;
 }
 .BgClassName
 {
   background-color: #CA7B1A;
 }
</style>
border-color css

<style>
 span { border-color: #CA7B1A; }

 span { border-color: rgb(202,123,26); }

 td.TdClassName
 {
   border-color: #CA7B1A;
 }
 .TagClassName
 {
   border-color: #CA7B1A;
 }
</style>