Html Css Color HEX #C17220 Ochre

📋 copy color: '#C17220'

red 193 ◦ green 114 ◦ blue 32

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

Shades of Ochre #C17220

Tints of Ochre #C17220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

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

R = 56.93%
G = 33.63%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C17220 (or 0xC17220) is known color: Ochre. HEX triplet: C1, 72 and 20. RGB value is (193,114,32). Sum of RGB (Red+Green+Blue) = 193+114+32=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C17220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17220 is #3E8DDF. Grayscale: #808080. Windows color (decimal): -4099552 or 2126529. OLE color: 2126529.

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

Color convert

RGB 193 114 32 -
CMYK 0 0.41 0.83 0.24
HSL 30.56º 0.72% 0.44% -
HSV(B) 30.56º 0.83% 0.76% -
XYZ 28.27 23.48 4.41 -
YUV 128.27 73.67 174.17 -
System Red Green Blue C M Y K H S L
Decimal 193 114 32 0 0.41 0.83 0.24 30.56 0.72 0.44
Hex C1 72 20 0 29 53 18 1F 48 2C
Octal 301 162 40 0 51 123 30 37 110 54
Binary 11000001 1110010 100000 0 101001 1010011 11000 11111 1001000 101100

Color Harmonies of #C17220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17220

Black with #C17220

Text Example


Text Example

White with #C17220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17220; }

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

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

background-color css

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

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

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

border-color css

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

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

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