#CA750E

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

Shades of Ochre #CA750E

Tints of Ochre #CA750E

Color information

#CA750E (or 0xCA750E) is unknown color: approx Ochre. HEX triplet: CA, 75 and 0E. RGB value is (202,117,14). Sum of RGB (Red+Green+Blue) = 202+117+14=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA750E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA750E is #358AF1. Grayscale: #838383. Windows color (decimal): -3508978 or 947658. OLE color: 947658.

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

Color convert

RGB20211714-
CMYK00.420.930.21
HSL32.87º87.04%42.35%-
HSV(B)32.87º93.07%79.22%-
XYZ30.825.313.68-
YUV130.6762.16178.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.66%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 14 (5.86% from 255) = 4.20%
R=60.66%
G=35.14%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021171400.420.930.2132.8787.0442.35
HexCA75E02A5D1521572a
Octal31216516052135254112752
Binary110010101110101111001010101011101101011000011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA750E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA750E; }

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

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

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

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

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

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

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

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