Html Css Color HEX #C36E1F Ochre

📋 copy color: '#C36E1F'

red 195 ◦ green 110 ◦ blue 31

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

Shades of Ochre #C36E1F

Tints of Ochre #C36E1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.23%

R = 58.04%
G = 32.74%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C36E1F (or 0xC36E1F) is known color: Ochre. HEX triplet: C3, 6E and 1F. RGB value is (195,110,31). Sum of RGB (Red+Green+Blue) = 195+110+31=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C36E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36E1F is #3C91E0. Grayscale: #7E7E7E. Windows color (decimal): -3969505 or 2059971. OLE color: 2059971.

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

Color convert

RGB 195 110 31 -
CMYK 0 0.44 0.84 0.24
HSL 28.9º 0.73% 0.44% -
HSV(B) 28.9º 0.84% 0.76% -
XYZ 28.33 22.85 4.21 -
YUV 126.41 74.16 176.92 -
System Red Green Blue C M Y K H S L
Decimal 195 110 31 0 0.44 0.84 0.24 28.9 0.73 0.44
Hex C3 6E 1F 0 2C 54 18 1D 49 2C
Octal 303 156 37 0 54 124 30 35 111 54
Binary 11000011 1101110 11111 0 101100 1010100 11000 11101 1001001 101100

Color Harmonies of #C36E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36E1F

Black with #C36E1F

Text Example


Text Example

White with #C36E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36E1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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