Html Css Color HEX #C27312 Ochre

📋 copy color: '#C27312'

red 194 ◦ green 115 ◦ blue 18

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

Shades of Ochre #C27312

Tints of Ochre #C27312

RGB

 RED value IS 194 (76.17% from 255) = 59.33%

 GREEN value IS 115 (45.31% from 255) = 35.17%

 BLUE value IS 18 (7.42% from 255) = 5.5%

R = 59.33%
G = 35.17%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C27312 (or 0xC27312) is known color: Ochre. HEX triplet: C2, 73 and 12. RGB value is (194,115,18). Sum of RGB (Red+Green+Blue) = 194+115+18=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C27312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27312 is #3D8CED. Grayscale: #808080. Windows color (decimal): -4033774 or 1209282. OLE color: 1209282.

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

Color convert

RGB 194 115 18 -
CMYK 0 0.41 0.91 0.24
HSL 33.07º 0.83% 0.42% -
HSV(B) 33.07º 0.91% 0.76% -
XYZ 28.49 23.77 3.66 -
YUV 127.56 66.17 175.39 -
System Red Green Blue C M Y K H S L
Decimal 194 115 18 0 0.41 0.91 0.24 33.07 0.83 0.42
Hex C2 73 12 0 29 5B 18 21 53 2A
Octal 302 163 22 0 51 133 30 41 123 52
Binary 11000010 1110011 10010 0 101001 1011011 11000 100001 1010011 101010

Color Harmonies of #C27312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27312

Black with #C27312

Text Example


Text Example

White with #C27312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27312; }

 p { color: rgb(194,115,18); }

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

background-color css

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

 a { background-color: rgb(194,115,18); }

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

border-color css

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

 span { border-color: rgb(194,115,18); }

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