Html Css Color HEX #C36E18 Ochre

📋 copy color: '#C36E18'

red 195 ◦ green 110 ◦ blue 24

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

Shades of Ochre #C36E18

Tints of Ochre #C36E18

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.43%

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

R = 59.27%
G = 33.43%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C36E18 (or 0xC36E18) is known color: Ochre. HEX triplet: C3, 6E and 18. RGB value is (195,110,24). Sum of RGB (Red+Green+Blue) = 195+110+24=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36E18 is #3C91E7. Grayscale: #7E7E7E. Windows color (decimal): -3969512 or 1601219. OLE color: 1601219.

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

Color convert

RGB 195 110 24 -
CMYK 0 0.44 0.88 0.24
HSL 30.18º 0.78% 0.43% -
HSV(B) 30.18º 0.88% 0.76% -
XYZ 28.25 22.82 3.78 -
YUV 125.61 70.66 177.49 -
System Red Green Blue C M Y K H S L
Decimal 195 110 24 0 0.44 0.88 0.24 30.18 0.78 0.43
Hex C3 6E 18 0 2C 58 18 1E 4E 2B
Octal 303 156 30 0 54 130 30 36 116 53
Binary 11000011 1101110 11000 0 101100 1011000 11000 11110 1001110 101011

Color Harmonies of #C36E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36E18

Black with #C36E18

Text Example


Text Example

White with #C36E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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