Html Css Color HEX #C17820 Ochre

📋 copy color: '#C17820'

red 193 ◦ green 120 ◦ blue 32

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

Shades of Ochre #C17820

Tints of Ochre #C17820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.78%

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

R = 55.94%
G = 34.78%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C17820 (or 0xC17820) is known color: Ochre. HEX triplet: C1, 78 and 20. RGB value is (193,120,32). Sum of RGB (Red+Green+Blue) = 193+120+32=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C17820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17820 is #3E87DF. Grayscale: #848484. Windows color (decimal): -4098016 or 2128065. OLE color: 2128065.

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

Color convert

RGB 193 120 32 -
CMYK 0 0.38 0.83 0.24
HSL 32.8º 0.72% 0.44% -
HSV(B) 32.8º 0.83% 0.76% -
XYZ 28.97 24.87 4.64 -
YUV 131.8 71.68 171.66 -
System Red Green Blue C M Y K H S L
Decimal 193 120 32 0 0.38 0.83 0.24 32.8 0.72 0.44
Hex C1 78 20 0 26 53 18 21 48 2C
Octal 301 170 40 0 46 123 30 41 110 54
Binary 11000001 1111000 100000 0 100110 1010011 11000 100001 1001000 101100

Color Harmonies of #C17820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17820

Black with #C17820

Text Example


Text Example

White with #C17820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17820; }

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

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

background-color css

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

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

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

border-color css

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

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

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