Html Css Color HEX #C27117 Ochre

📋 copy color: '#C27117'

red 194 ◦ green 113 ◦ blue 23

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

Shades of Ochre #C27117

Tints of Ochre #C27117

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.24%

 BLUE value IS 23 (9.38% from 255) = 6.97%

R = 58.79%
G = 34.24%
B = 6.97%

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

#C27117 (or 0xC27117) is known color: Ochre. HEX triplet: C2, 71 and 17. RGB value is (194,113,23). Sum of RGB (Red+Green+Blue) = 194+113+23=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C27117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27117 is #3D8EE8. Grayscale: #7F7F7F. Windows color (decimal): -4034281 or 1536450. OLE color: 1536450.

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

Color convert

RGB 194 113 23 -
CMYK 0 0.42 0.88 0.24
HSL 31.58º 0.79% 0.43% -
HSV(B) 31.58º 0.88% 0.76% -
XYZ 28.31 23.34 3.82 -
YUV 126.96 69.34 175.82 -
System Red Green Blue C M Y K H S L
Decimal 194 113 23 0 0.42 0.88 0.24 31.58 0.79 0.43
Hex C2 71 17 0 2A 58 18 20 4F 2B
Octal 302 161 27 0 52 130 30 40 117 53
Binary 11000010 1110001 10111 0 101010 1011000 11000 100000 1001111 101011

Color Harmonies of #C27117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27117

Black with #C27117

Text Example


Text Example

White with #C27117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27117; }

 p { color: rgb(194,113,23); }

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

background-color css

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

 a { background-color: rgb(194,113,23); }

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

border-color css

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

 span { border-color: rgb(194,113,23); }

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