Html Css Color HEX #C17716 Ochre

📋 copy color: '#C17716'

red 193 ◦ green 119 ◦ blue 22

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

Shades of Ochre #C17716

Tints of Ochre #C17716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.63%

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

R = 57.78%
G = 35.63%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C17716 (or 0xC17716) is known color: Ochre. HEX triplet: C1, 77 and 16. RGB value is (193,119,22). Sum of RGB (Red+Green+Blue) = 193+119+22=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C17716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17716 is #3E88E9. Grayscale: #828282. Windows color (decimal): -4098282 or 1472449. OLE color: 1472449.

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

Color convert

RGB 193 119 22 -
CMYK 0 0.38 0.89 0.24
HSL 34.04º 0.8% 0.42% -
HSV(B) 34.04º 0.89% 0.76% -
XYZ 28.73 24.59 3.99 -
YUV 130.07 67.02 172.89 -
System Red Green Blue C M Y K H S L
Decimal 193 119 22 0 0.38 0.89 0.24 34.04 0.8 0.42
Hex C1 77 16 0 26 59 18 22 50 2A
Octal 301 167 26 0 46 131 30 42 120 52
Binary 11000001 1110111 10110 0 100110 1011001 11000 100010 1010000 101010

Color Harmonies of #C17716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17716

Black with #C17716

Text Example


Text Example

White with #C17716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17716; }

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

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

background-color css

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

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

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

border-color css

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

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

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