Html Css Color HEX #805D28 Hot Curry

📋 copy color: '#805D28'

red 128 ◦ green 93 ◦ blue 40

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

Shades of Hot Curry #805D28

Tints of Hot Curry #805D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.33%

R = 49.04%
G = 35.63%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#805D28 (or 0x805D28) is known color: Hot Curry. HEX triplet: 80, 5D and 28. RGB value is (128,93,40). Sum of RGB (Red+Green+Blue) = 128+93+40=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #805D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805D28 is #7FA2D7. Grayscale: #616161. Windows color (decimal): -8364760 or 2645376. OLE color: 2645376.

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

Color convert

RGB 128 93 40 -
CMYK 0 0.27 0.69 0.50
HSL 36.14º 0.52% 0.33% -
HSV(B) 36.14º 0.69% 0.5% -
XYZ 13.2 12.57 3.74 -
YUV 97.42 95.6 149.81 -
System Red Green Blue C M Y K H S L
Decimal 128 93 40 0 0.27 0.69 0.50 36.14 0.52 0.33
Hex 80 5D 28 0 1B 45 32 24 34 21
Octal 200 135 50 0 33 105 62 44 64 41
Binary 10000000 1011101 101000 0 11011 1000101 110010 100100 110100 100001

Color Harmonies of #805D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805D28

Black with #805D28

Text Example


Text Example

White with #805D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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