Html Css Color HEX #C36E23 Ochre

📋 copy color: '#C36E23'

red 195 ◦ green 110 ◦ blue 35

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

Shades of Ochre #C36E23

Tints of Ochre #C36E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.29%

R = 57.35%
G = 32.35%
B = 10.29%

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

#C36E23 (or 0xC36E23) is known color: Ochre. HEX triplet: C3, 6E and 23. RGB value is (195,110,35). Sum of RGB (Red+Green+Blue) = 195+110+35=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36E23 is #3C91DC. Grayscale: #7F7F7F. Windows color (decimal): -3969501 or 2322115. OLE color: 2322115.

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

Color convert

RGB 195 110 35 -
CMYK 0 0.44 0.82 0.24
HSL 28.13º 0.7% 0.45% -
HSV(B) 28.13º 0.82% 0.76% -
XYZ 28.38 22.88 4.51 -
YUV 126.87 76.16 176.6 -
System Red Green Blue C M Y K H S L
Decimal 195 110 35 0 0.44 0.82 0.24 28.13 0.7 0.45
Hex C3 6E 23 0 2C 52 18 1C 46 2D
Octal 303 156 43 0 54 122 30 34 106 55
Binary 11000011 1101110 100011 0 101100 1010010 11000 11100 1000110 101101

Color Harmonies of #C36E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36E23

Black with #C36E23

Text Example


Text Example

White with #C36E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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