Html Css Color HEX #CA7709 Ochre

📋 copy color: '#CA7709'

red 202 ◦ green 119 ◦ blue 9

#CA7709
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CA7709

Tints of Ochre #CA7709

RGB

 RED value IS 202 (79.3% from 255) = 61.21%

 GREEN value IS 119 (46.88% from 255) = 36.06%

 BLUE value IS 9 (3.91% from 255) = 2.73%

R = 61.21%
G = 36.06%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA7709 (or 0xCA7709) is known color: Ochre. HEX triplet: CA, 77 and 09. RGB value is (202,119,9). Sum of RGB (Red+Green+Blue) = 202+119+9=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7709 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7709 is #3588F6. Grayscale: #838383. Windows color (decimal): -3508471 or 620490. OLE color: 620490.

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

Color convert

RGB 202 119 9 -
CMYK 0 0.41 0.96 0.21
HSL 34.2º 0.91% 0.41% -
HSV(B) 34.2º 0.96% 0.79% -
XYZ 31 25.77 3.6 -
YUV 131.28 59 178.44 -
System Red Green Blue C M Y K H S L
Decimal 202 119 9 0 0.41 0.96 0.21 34.2 0.91 0.41
Hex CA 77 9 0 29 60 15 22 5B 29
Octal 312 167 11 0 51 140 25 42 133 51
Binary 11001010 1110111 1001 0 101001 1100000 10101 100010 1011011 101001

Color Harmonies of #CA7709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7709

Black with #CA7709

Text Example


Text Example

White with #CA7709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7709; }

 p { color: rgb(202,119,9); }

 H1.HeaderClassName
 {
   color: #CA7709;
 }
 .AnyTagClassName
 {
   color: #CA7709;
 }
</style>

background-color css

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

 a { background-color: rgb(202,119,9); }

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

border-color css

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

 span { border-color: rgb(202,119,9); }

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