Html Css Color HEX #C27616 Ochre

📋 copy color: '#C27616'

red 194 ◦ green 118 ◦ blue 22

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

Shades of Ochre #C27616

Tints of Ochre #C27616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.33%

 BLUE value IS 22 (8.98% from 255) = 6.59%

R = 58.08%
G = 35.33%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C27616 (or 0xC27616) is known color: Ochre. HEX triplet: C2, 76 and 16. RGB value is (194,118,22). Sum of RGB (Red+Green+Blue) = 194+118+22=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C27616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27616 is #3D89E9. Grayscale: #828282. Windows color (decimal): -4033002 or 1472194. OLE color: 1472194.

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

Color convert

RGB 194 118 22 -
CMYK 0 0.39 0.89 0.24
HSL 33.49º 0.8% 0.42% -
HSV(B) 33.49º 0.89% 0.76% -
XYZ 28.87 24.48 3.96 -
YUV 129.78 67.18 173.81 -
System Red Green Blue C M Y K H S L
Decimal 194 118 22 0 0.39 0.89 0.24 33.49 0.8 0.42
Hex C2 76 16 0 27 59 18 21 50 2A
Octal 302 166 26 0 47 131 30 41 120 52
Binary 11000010 1110110 10110 0 100111 1011001 11000 100001 1010000 101010

Color Harmonies of #C27616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27616

Black with #C27616

Text Example


Text Example

White with #C27616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27616; }

 p { color: rgb(194,118,22); }

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

background-color css

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

 a { background-color: rgb(194,118,22); }

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

border-color css

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

 span { border-color: rgb(194,118,22); }

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