Html Css Color HEX #C17020 Ochre

📋 copy color: '#C17020'

red 193 ◦ green 112 ◦ blue 32

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

Shades of Ochre #C17020

Tints of Ochre #C17020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

 BLUE value IS 32 (12.89% from 255) = 9.5%

R = 57.27%
G = 33.23%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C17020 (or 0xC17020) is known color: Ochre. HEX triplet: C1, 70 and 20. RGB value is (193,112,32). Sum of RGB (Red+Green+Blue) = 193+112+32=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C17020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17020 is #3E8FDF. Grayscale: #7F7F7F. Windows color (decimal): -4100064 or 2126017. OLE color: 2126017.

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

Color convert

RGB 193 112 32 -
CMYK 0 0.42 0.83 0.24
HSL 29.81º 0.72% 0.44% -
HSV(B) 29.81º 0.83% 0.76% -
XYZ 28.05 23.03 4.33 -
YUV 127.1 74.34 175 -
System Red Green Blue C M Y K H S L
Decimal 193 112 32 0 0.42 0.83 0.24 29.81 0.72 0.44
Hex C1 70 20 0 2A 53 18 1E 48 2C
Octal 301 160 40 0 52 123 30 36 110 54
Binary 11000001 1110000 100000 0 101010 1010011 11000 11110 1001000 101100

Color Harmonies of #C17020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17020

Black with #C17020

Text Example


Text Example

White with #C17020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17020; }

 p { color: rgb(193,112,32); }

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

background-color css

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

 a { background-color: rgb(193,112,32); }

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

border-color css

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

 span { border-color: rgb(193,112,32); }

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