Html Css Color HEX #C27318 Ochre

📋 copy color: '#C27318'

red 194 ◦ green 115 ◦ blue 24

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

Shades of Ochre #C27318

Tints of Ochre #C27318

RGB

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

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

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

R = 58.26%
G = 34.53%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C27318 (or 0xC27318) is known color: Ochre. HEX triplet: C2, 73 and 18. RGB value is (194,115,24). Sum of RGB (Red+Green+Blue) = 194+115+24=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C27318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27318 is #3D8CE7. Grayscale: #808080. Windows color (decimal): -4033768 or 1602498. OLE color: 1602498.

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

Color convert

RGB 194 115 24 -
CMYK 0 0.41 0.88 0.24
HSL 32.12º 0.78% 0.43% -
HSV(B) 32.12º 0.88% 0.76% -
XYZ 28.54 23.8 3.95 -
YUV 128.25 69.17 174.9 -
System Red Green Blue C M Y K H S L
Decimal 194 115 24 0 0.41 0.88 0.24 32.12 0.78 0.43
Hex C2 73 18 0 29 58 18 20 4E 2B
Octal 302 163 30 0 51 130 30 40 116 53
Binary 11000010 1110011 11000 0 101001 1011000 11000 100000 1001110 101011

Color Harmonies of #C27318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27318

Black with #C27318

Text Example


Text Example

White with #C27318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27318; }

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

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

background-color css

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

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

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

border-color css

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

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

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