Html Css Color HEX #C36E24 Ochre

📋 copy color: '#C36E24'

red 195 ◦ green 110 ◦ blue 36

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

Shades of Ochre #C36E24

Tints of Ochre #C36E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.56%

R = 57.18%
G = 32.26%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C36E24 (or 0xC36E24) is known color: Ochre. HEX triplet: C3, 6E and 24. RGB value is (195,110,36). Sum of RGB (Red+Green+Blue) = 195+110+36=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36E24 is #3C91DB. Grayscale: #7F7F7F. Windows color (decimal): -3969500 or 2387651. OLE color: 2387651.

HSL color Cylindrical-coordinate representation of color #C36E24: hue angle of 27.92º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C36E24 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 110 36 -
CMYK 0 0.44 0.82 0.24
HSL 27.92º 0.69% 0.45% -
HSV(B) 27.92º 0.82% 0.76% -
XYZ 28.4 22.88 4.59 -
YUV 126.98 76.66 176.52 -
System Red Green Blue C M Y K H S L
Decimal 195 110 36 0 0.44 0.82 0.24 27.92 0.69 0.45
Hex C3 6E 24 0 2C 52 18 1C 45 2D
Octal 303 156 44 0 54 122 30 34 105 55
Binary 11000011 1101110 100100 0 101100 1010010 11000 11100 1000101 101101

Color Harmonies of #C36E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36E24

Black with #C36E24

Text Example


Text Example

White with #C36E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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