Html Css Color HEX #C17620 Ochre

📋 copy color: '#C17620'

red 193 ◦ green 118 ◦ blue 32

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

Shades of Ochre #C17620

Tints of Ochre #C17620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.4%

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

R = 56.27%
G = 34.4%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C17620 (or 0xC17620) is known color: Ochre. HEX triplet: C1, 76 and 20. RGB value is (193,118,32). Sum of RGB (Red+Green+Blue) = 193+118+32=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C17620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17620 is #3E89DF. Grayscale: #838383. Windows color (decimal): -4098528 or 2127553. OLE color: 2127553.

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

Color convert

RGB 193 118 32 -
CMYK 0 0.39 0.83 0.24
HSL 32.05º 0.72% 0.44% -
HSV(B) 32.05º 0.83% 0.76% -
XYZ 28.73 24.4 4.56 -
YUV 130.62 72.35 172.49 -
System Red Green Blue C M Y K H S L
Decimal 193 118 32 0 0.39 0.83 0.24 32.05 0.72 0.44
Hex C1 76 20 0 27 53 18 20 48 2C
Octal 301 166 40 0 47 123 30 40 110 54
Binary 11000001 1110110 100000 0 100111 1010011 11000 100000 1001000 101100

Color Harmonies of #C17620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17620

Black with #C17620

Text Example


Text Example

White with #C17620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17620; }

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

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

background-color css

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

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

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

border-color css

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

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

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