Html Css Color HEX #C77209 Ochre

📋 copy color: '#C77209'

red 199 ◦ green 114 ◦ blue 9

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

Shades of Ochre #C77209

Tints of Ochre #C77209

RGB

 RED value IS 199 (78.13% from 255) = 61.8%

 GREEN value IS 114 (44.92% from 255) = 35.4%

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

R = 61.8%
G = 35.4%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C77209 (or 0xC77209) is known color: Ochre. HEX triplet: C7, 72 and 09. RGB value is (199,114,9). Sum of RGB (Red+Green+Blue) = 199+114+9=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C77209 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77209 is #388DF6. Grayscale: #7F7F7F. Windows color (decimal): -3706359 or 619207. OLE color: 619207.

HSL color Cylindrical-coordinate representation of color #C77209: hue angle of 33.16º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C77209 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 114 9 -
CMYK 0 0.43 0.95 0.22
HSL 33.16º 0.91% 0.41% -
HSV(B) 33.16º 0.95% 0.78% -
XYZ 29.62 24.2 3.37 -
YUV 127.45 61.16 179.04 -
System Red Green Blue C M Y K H S L
Decimal 199 114 9 0 0.43 0.95 0.22 33.16 0.91 0.41
Hex C7 72 9 0 2B 5F 16 21 5B 29
Octal 307 162 11 0 53 137 26 41 133 51
Binary 11000111 1110010 1001 0 101011 1011111 10110 100001 1011011 101001

Color Harmonies of #C77209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77209

Black with #C77209

Text Example


Text Example

White with #C77209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77209; }

 p { color: rgb(199,114,9); }

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

background-color css

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

 a { background-color: rgb(199,114,9); }

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

border-color css

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

 span { border-color: rgb(199,114,9); }

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