Html Css Color HEX #C17916 Ochre

📋 copy color: '#C17916'

red 193 ◦ green 121 ◦ blue 22

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

Shades of Ochre #C17916

Tints of Ochre #C17916

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.01%

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

R = 57.44%
G = 36.01%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C17916 (or 0xC17916) is known color: Ochre. HEX triplet: C1, 79 and 16. RGB value is (193,121,22). Sum of RGB (Red+Green+Blue) = 193+121+22=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C17916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17916 is #3E86E9. Grayscale: #838383. Windows color (decimal): -4097770 or 1472961. OLE color: 1472961.

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

Color convert

RGB 193 121 22 -
CMYK 0 0.37 0.89 0.24
HSL 34.74º 0.8% 0.42% -
HSV(B) 34.74º 0.89% 0.76% -
XYZ 28.97 25.07 4.07 -
YUV 131.24 66.35 172.05 -
System Red Green Blue C M Y K H S L
Decimal 193 121 22 0 0.37 0.89 0.24 34.74 0.8 0.42
Hex C1 79 16 0 25 59 18 23 50 2A
Octal 301 171 26 0 45 131 30 43 120 52
Binary 11000001 1111001 10110 0 100101 1011001 11000 100011 1010000 101010

Color Harmonies of #C17916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17916

Black with #C17916

Text Example


Text Example

White with #C17916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17916; }

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

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

background-color css

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

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

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

border-color css

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

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

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