Html Css Color HEX #C77718 Ochre

📋 copy color: '#C77718'

red 199 ◦ green 119 ◦ blue 24

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

Shades of Ochre #C77718

Tints of Ochre #C77718

RGB

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

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

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

R = 58.19%
G = 34.8%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C77718 (or 0xC77718) is known color: Ochre. HEX triplet: C7, 77 and 18. RGB value is (199,119,24). Sum of RGB (Red+Green+Blue) = 199+119+24=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C77718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77718 is #3888E7. Grayscale: #848484. Windows color (decimal): -3705064 or 1603527. OLE color: 1603527.

HSL color Cylindrical-coordinate representation of color #C77718: hue angle of 32.57º 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 #C77718 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 119 24 -
CMYK 0 0.40 0.88 0.22
HSL 32.57º 0.78% 0.44% -
HSV(B) 32.57º 0.88% 0.78% -
XYZ 30.31 25.4 4.17 -
YUV 132.09 67 175.72 -
System Red Green Blue C M Y K H S L
Decimal 199 119 24 0 0.40 0.88 0.22 32.57 0.78 0.44
Hex C7 77 18 0 28 58 16 21 4E 2C
Octal 307 167 30 0 50 130 26 41 116 54
Binary 11000111 1110111 11000 0 101000 1011000 10110 100001 1001110 101100

Color Harmonies of #C77718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77718

Black with #C77718

Text Example


Text Example

White with #C77718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77718; }

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

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

background-color css

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

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

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

border-color css

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

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

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