Html Css Color HEX #C27412 Ochre

📋 copy color: '#C27412'

red 194 ◦ green 116 ◦ blue 18

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

Shades of Ochre #C27412

Tints of Ochre #C27412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.37%

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

R = 59.15%
G = 35.37%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C27412 (or 0xC27412) is known color: Ochre. HEX triplet: C2, 74 and 12. RGB value is (194,116,18). Sum of RGB (Red+Green+Blue) = 194+116+18=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C27412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27412 is #3D8BED. Grayscale: #808080. Windows color (decimal): -4033518 or 1209538. OLE color: 1209538.

HSL color Cylindrical-coordinate representation of color #C27412: hue angle of 33.41º 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 #C27412 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 116 18 -
CMYK 0 0.40 0.91 0.24
HSL 33.41º 0.83% 0.42% -
HSV(B) 33.41º 0.91% 0.76% -
XYZ 28.6 24 3.7 -
YUV 128.15 65.84 174.97 -
System Red Green Blue C M Y K H S L
Decimal 194 116 18 0 0.40 0.91 0.24 33.41 0.83 0.42
Hex C2 74 12 0 28 5B 18 21 53 2A
Octal 302 164 22 0 50 133 30 41 123 52
Binary 11000010 1110100 10010 0 101000 1011011 11000 100001 1010011 101010

Color Harmonies of #C27412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27412

Black with #C27412

Text Example


Text Example

White with #C27412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27412; }

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

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

background-color css

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

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

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

border-color css

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

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

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