#CA7507

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

Shades of Ochre #CA7507

Tints of Ochre #CA7507

Color information

#CA7507 (or 0xCA7507) is unknown color: approx Ochre. HEX triplet: CA, 75 and 07. RGB value is (202,117,7). Sum of RGB (Red+Green+Blue) = 202+117+7=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7507 is #358AF8. Grayscale: #828282. Windows color (decimal): -3508985 or 488906. OLE color: 488906.

HSL color Cylindrical-coordinate representation of color #CA7507: hue angle of 33.85º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA7507 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB2021177-
CMYK00.420.970.21
HSL33.85º93.3%40.98%-
HSV(B)33.85º96.53%79.22%-
XYZ30.7625.293.46-
YUV129.8858.66179.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.96%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 7 (3.12% from 255) = 2.15%
R=61.96%
G=35.89%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202117700.420.970.2133.8593.340.98
HexCA75702A6115225d29
Octal3121657052141254213551
Binary11001010111010111101010101100001101011000101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7507; }

 p { color: rgb(202,117,7); }

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

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

 a { background-color: rgb(202,117,7); }

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

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

 span { border-color: rgb(202,117,7); }

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