Html Css Color HEX #C47218 Ochre

📋 copy color: '#C47218'

red 196 ◦ green 114 ◦ blue 24

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

Shades of Ochre #C47218

Tints of Ochre #C47218

RGB

 RED value IS 196 (76.95% from 255) = 58.68%

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

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

R = 58.68%
G = 34.13%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C47218 (or 0xC47218) is known color: Ochre. HEX triplet: C4, 72 and 18. RGB value is (196,114,24). Sum of RGB (Red+Green+Blue) = 196+114+24=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C47218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47218 is #3B8DE7. Grayscale: #808080. Windows color (decimal): -3902952 or 1602244. OLE color: 1602244.

HSL color Cylindrical-coordinate representation of color #C47218: hue angle of 31.4º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C47218 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 114 24 -
CMYK 0 0.42 0.88 0.23
HSL 31.4º 0.78% 0.43% -
HSV(B) 31.4º 0.88% 0.77% -
XYZ 28.95 23.84 3.94 -
YUV 128.26 69.17 176.32 -
System Red Green Blue C M Y K H S L
Decimal 196 114 24 0 0.42 0.88 0.23 31.4 0.78 0.43
Hex C4 72 18 0 2A 58 17 1F 4E 2B
Octal 304 162 30 0 52 130 27 37 116 53
Binary 11000100 1110010 11000 0 101010 1011000 10111 11111 1001110 101011

Color Harmonies of #C47218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47218

Black with #C47218

Text Example


Text Example

White with #C47218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47218; }

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

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

background-color css

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

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

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

border-color css

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

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

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