Html Css Color HEX #C17616 Ochre

📋 copy color: '#C17616'

red 193 ◦ green 118 ◦ blue 22

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

Shades of Ochre #C17616

Tints of Ochre #C17616

RGB

 RED value IS 193 (75.78% from 255) = 57.96%

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

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

R = 57.96%
G = 35.44%
B = 6.61%

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

#C17616 (or 0xC17616) is known color: Ochre. HEX triplet: C1, 76 and 16. RGB value is (193,118,22). Sum of RGB (Red+Green+Blue) = 193+118+22=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C17616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17616 is #3E89E9. Grayscale: #818181. Windows color (decimal): -4098538 or 1472193. OLE color: 1472193.

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

Color convert

RGB 193 118 22 -
CMYK 0 0.39 0.89 0.24
HSL 33.68º 0.8% 0.42% -
HSV(B) 33.68º 0.89% 0.76% -
XYZ 28.62 24.35 3.95 -
YUV 129.48 67.35 173.31 -
System Red Green Blue C M Y K H S L
Decimal 193 118 22 0 0.39 0.89 0.24 33.68 0.8 0.42
Hex C1 76 16 0 27 59 18 22 50 2A
Octal 301 166 26 0 47 131 30 42 120 52
Binary 11000001 1110110 10110 0 100111 1011001 11000 100010 1010000 101010

Color Harmonies of #C17616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17616

Black with #C17616

Text Example


Text Example

White with #C17616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17616; }

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

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

background-color css

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

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

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

border-color css

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

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

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