Html Css Color HEX #C27018 Ochre

📋 copy color: '#C27018'

red 194 ◦ green 112 ◦ blue 24

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

Shades of Ochre #C27018

Tints of Ochre #C27018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.27%

R = 58.79%
G = 33.94%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C27018 (or 0xC27018) is known color: Ochre. HEX triplet: C2, 70 and 18. RGB value is (194,112,24). Sum of RGB (Red+Green+Blue) = 194+112+24=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C27018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27018 is #3D8FE7. Grayscale: #7E7E7E. Windows color (decimal): -4034536 or 1601730. OLE color: 1601730.

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

Color convert

RGB 194 112 24 -
CMYK 0 0.42 0.88 0.24
HSL 31.06º 0.78% 0.43% -
HSV(B) 31.06º 0.88% 0.76% -
XYZ 28.21 23.12 3.84 -
YUV 126.49 70.17 176.16 -
System Red Green Blue C M Y K H S L
Decimal 194 112 24 0 0.42 0.88 0.24 31.06 0.78 0.43
Hex C2 70 18 0 2A 58 18 1F 4E 2B
Octal 302 160 30 0 52 130 30 37 116 53
Binary 11000010 1110000 11000 0 101010 1011000 11000 11111 1001110 101011

Color Harmonies of #C27018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27018

Black with #C27018

Text Example


Text Example

White with #C27018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27018; }

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

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

background-color css

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

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

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

border-color css

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

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

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