Html Css Color HEX #805A29 Hot Curry

📋 copy color: '#805A29'

red 128 ◦ green 90 ◦ blue 41

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

Shades of Hot Curry #805A29

Tints of Hot Curry #805A29

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.75%

 BLUE value IS 41 (16.41% from 255) = 15.83%

R = 49.42%
G = 34.75%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#805A29 (or 0x805A29) is known color: Hot Curry. HEX triplet: 80, 5A and 29. RGB value is (128,90,41). Sum of RGB (Red+Green+Blue) = 128+90+41=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #805A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805A29 is #7FA5D6. Grayscale: #606060. Windows color (decimal): -8365527 or 2710144. OLE color: 2710144.

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

Color convert

RGB 128 90 41 -
CMYK 0 0.30 0.68 0.50
HSL 33.79º 0.51% 0.33% -
HSV(B) 33.79º 0.68% 0.5% -
XYZ 12.96 12.06 3.74 -
YUV 95.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 128 90 41 0 0.30 0.68 0.50 33.79 0.51 0.33
Hex 80 5A 29 0 1E 44 32 22 33 21
Octal 200 132 51 0 36 104 62 42 63 41
Binary 10000000 1011010 101001 0 11110 1000100 110010 100010 110011 100001

Color Harmonies of #805A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805A29

Black with #805A29

Text Example


Text Example

White with #805A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,90,41); }

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

background-color css

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

 a { background-color: rgb(128,90,41); }

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

border-color css

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

 span { border-color: rgb(128,90,41); }

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