Html Css Color HEX #C77218 Ochre

📋 copy color: '#C77218'

red 199 ◦ green 114 ◦ blue 24

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

Shades of Ochre #C77218

Tints of Ochre #C77218

RGB

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

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

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

R = 59.05%
G = 33.83%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C77218 (or 0xC77218) is known color: Ochre. HEX triplet: C7, 72 and 18. RGB value is (199,114,24). Sum of RGB (Red+Green+Blue) = 199+114+24=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C77218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77218 is #388DE7. Grayscale: #818181. Windows color (decimal): -3706344 or 1602247. OLE color: 1602247.

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

Color convert

RGB 199 114 24 -
CMYK 0 0.43 0.88 0.22
HSL 30.86º 0.78% 0.44% -
HSV(B) 30.86º 0.88% 0.78% -
XYZ 29.74 24.24 3.98 -
YUV 129.16 68.66 177.82 -
System Red Green Blue C M Y K H S L
Decimal 199 114 24 0 0.43 0.88 0.22 30.86 0.78 0.44
Hex C7 72 18 0 2B 58 16 1F 4E 2C
Octal 307 162 30 0 53 130 26 37 116 54
Binary 11000111 1110010 11000 0 101011 1011000 10110 11111 1001110 101100

Color Harmonies of #C77218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77218

Black with #C77218

Text Example


Text Example

White with #C77218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77218; }

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

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

background-color css

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

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

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

border-color css

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

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

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