Html Css Color HEX #C27013 Ochre

📋 copy color: '#C27013'

red 194 ◦ green 112 ◦ blue 19

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

Shades of Ochre #C27013

Tints of Ochre #C27013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.46%

 BLUE value IS 19 (7.81% from 255) = 5.85%

R = 59.69%
G = 34.46%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C27013 (or 0xC27013) is known color: Ochre. HEX triplet: C2, 70 and 13. RGB value is (194,112,19). Sum of RGB (Red+Green+Blue) = 194+112+19=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C27013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27013 is #3D8FEC. Grayscale: #7E7E7E. Windows color (decimal): -4034541 or 1274050. OLE color: 1274050.

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

Color convert

RGB 194 112 19 -
CMYK 0 0.42 0.90 0.24
HSL 31.89º 0.82% 0.42% -
HSV(B) 31.89º 0.9% 0.76% -
XYZ 28.16 23.1 3.59 -
YUV 125.92 67.67 176.56 -
System Red Green Blue C M Y K H S L
Decimal 194 112 19 0 0.42 0.90 0.24 31.89 0.82 0.42
Hex C2 70 13 0 2A 5A 18 20 52 2A
Octal 302 160 23 0 52 132 30 40 122 52
Binary 11000010 1110000 10011 0 101010 1011010 11000 100000 1010010 101010

Color Harmonies of #C27013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27013

Black with #C27013

Text Example


Text Example

White with #C27013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27013; }

 p { color: rgb(194,112,19); }

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

background-color css

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

 a { background-color: rgb(194,112,19); }

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

border-color css

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

 span { border-color: rgb(194,112,19); }

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