Html Css Color HEX #C77208 Ochre

📋 copy color: '#C77208'

red 199 ◦ green 114 ◦ blue 8

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

Shades of Ochre #C77208

Tints of Ochre #C77208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.49%

R = 61.99%
G = 35.51%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C77208 (or 0xC77208) is known color: Ochre. HEX triplet: C7, 72 and 08. RGB value is (199,114,8). Sum of RGB (Red+Green+Blue) = 199+114+8=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C77208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77208 is #388DF7. Grayscale: #7F7F7F. Windows color (decimal): -3706360 or 553671. OLE color: 553671.

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

Color convert

RGB 199 114 8 -
CMYK 0 0.43 0.96 0.22
HSL 33.3º 0.92% 0.41% -
HSV(B) 33.3º 0.96% 0.78% -
XYZ 29.61 24.19 3.34 -
YUV 127.33 60.66 179.12 -
System Red Green Blue C M Y K H S L
Decimal 199 114 8 0 0.43 0.96 0.22 33.3 0.92 0.41
Hex C7 72 8 0 2B 60 16 21 5C 29
Octal 307 162 10 0 53 140 26 41 134 51
Binary 11000111 1110010 1000 0 101011 1100000 10110 100001 1011100 101001

Color Harmonies of #C77208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77208

Black with #C77208

Text Example


Text Example

White with #C77208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77208; }

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

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

background-color css

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

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

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

border-color css

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

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

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