Html Css Color HEX #C37218 Ochre

📋 copy color: '#C37218'

red 195 ◦ green 114 ◦ blue 24

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

Shades of Ochre #C37218

Tints of Ochre #C37218

RGB

 RED value IS 195 (76.56% from 255) = 58.56%

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

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

R = 58.56%
G = 34.23%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C37218 (or 0xC37218) is known color: Ochre. HEX triplet: C3, 72 and 18. RGB value is (195,114,24). Sum of RGB (Red+Green+Blue) = 195+114+24=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C37218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37218 is #3C8DE7. Grayscale: #808080. Windows color (decimal): -3968488 or 1602243. OLE color: 1602243.

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

Color convert

RGB 195 114 24 -
CMYK 0 0.42 0.88 0.24
HSL 31.58º 0.78% 0.43% -
HSV(B) 31.58º 0.88% 0.76% -
XYZ 28.69 23.7 3.93 -
YUV 127.96 69.34 175.82 -
System Red Green Blue C M Y K H S L
Decimal 195 114 24 0 0.42 0.88 0.24 31.58 0.78 0.43
Hex C3 72 18 0 2A 58 18 20 4E 2B
Octal 303 162 30 0 52 130 30 40 116 53
Binary 11000011 1110010 11000 0 101010 1011000 11000 100000 1001110 101011

Color Harmonies of #C37218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37218

Black with #C37218

Text Example


Text Example

White with #C37218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37218; }

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

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

background-color css

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

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

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

border-color css

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

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

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