Html Css Color HEX #805D32 Hot Curry

📋 copy color: '#805D32'

red 128 ◦ green 93 ◦ blue 50

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

Shades of Hot Curry #805D32

Tints of Hot Curry #805D32

RGB

 RED value IS 128 (50.39% from 255) = 47.23%

 GREEN value IS 93 (36.72% from 255) = 34.32%

 BLUE value IS 50 (19.92% from 255) = 18.45%

R = 47.23%
G = 34.32%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#805D32 (or 0x805D32) is known color: Hot Curry. HEX triplet: 80, 5D and 32. RGB value is (128,93,50). Sum of RGB (Red+Green+Blue) = 128+93+50=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #805D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805D32 is #7FA2CD. Grayscale: #626262. Windows color (decimal): -8364750 or 3300736. OLE color: 3300736.

HSL color Cylindrical-coordinate representation of color #805D32: hue angle of 33.08º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #805D32 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 93 50 -
CMYK 0 0.27 0.61 0.50
HSL 33.08º 0.44% 0.35% -
HSV(B) 33.08º 0.61% 0.5% -
XYZ 13.39 12.65 4.75 -
YUV 98.56 100.6 149 -
System Red Green Blue C M Y K H S L
Decimal 128 93 50 0 0.27 0.61 0.50 33.08 0.44 0.35
Hex 80 5D 32 0 1B 3D 32 21 2C 23
Octal 200 135 62 0 33 75 62 41 54 43
Binary 10000000 1011101 110010 0 11011 111101 110010 100001 101100 100011

Color Harmonies of #805D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805D32

Black with #805D32

Text Example


Text Example

White with #805D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805D32; }

 p { color: rgb(128,93,50); }

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

background-color css

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

 a { background-color: rgb(128,93,50); }

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

border-color css

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

 span { border-color: rgb(128,93,50); }

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