Html Css Color HEX #C77A18 Ochre

📋 copy color: '#C77A18'

red 199 ◦ green 122 ◦ blue 24

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

Shades of Ochre #C77A18

Tints of Ochre #C77A18

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.36%

 BLUE value IS 24 (9.77% from 255) = 6.96%

R = 57.68%
G = 35.36%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C77A18 (or 0xC77A18) is known color: Ochre. HEX triplet: C7, 7A and 18. RGB value is (199,122,24). Sum of RGB (Red+Green+Blue) = 199+122+24=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77A18 is #3885E7. Grayscale: #868686. Windows color (decimal): -3704296 or 1604295. OLE color: 1604295.

HSL color Cylindrical-coordinate representation of color #C77A18: hue angle of 33.6º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C77A18 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 122 24 -
CMYK 0 0.39 0.88 0.22
HSL 33.6º 0.78% 0.44% -
HSV(B) 33.6º 0.88% 0.78% -
XYZ 30.68 26.13 4.29 -
YUV 133.85 66.01 174.47 -
System Red Green Blue C M Y K H S L
Decimal 199 122 24 0 0.39 0.88 0.22 33.6 0.78 0.44
Hex C7 7A 18 0 27 58 16 22 4E 2C
Octal 307 172 30 0 47 130 26 42 116 54
Binary 11000111 1111010 11000 0 100111 1011000 10110 100010 1001110 101100

Color Harmonies of #C77A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77A18

Black with #C77A18

Text Example


Text Example

White with #C77A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77A18; }

 p { color: rgb(199,122,24); }

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

background-color css

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

 a { background-color: rgb(199,122,24); }

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

border-color css

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

 span { border-color: rgb(199,122,24); }

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