Html Css Color HEX #805A1E Hot Curry

📋 copy color: '#805A1E'

red 128 ◦ green 90 ◦ blue 30

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

Shades of Hot Curry #805A1E

Tints of Hot Curry #805A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.1%

R = 51.61%
G = 36.29%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#805A1E (or 0x805A1E) is known color: Hot Curry. HEX triplet: 80, 5A and 1E. RGB value is (128,90,30). Sum of RGB (Red+Green+Blue) = 128+90+30=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #805A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805A1E is #7FA5E1. Grayscale: #5E5E5E. Windows color (decimal): -8365538 or 1989248. OLE color: 1989248.

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

Color convert

RGB 128 90 30 -
CMYK 0 0.30 0.77 0.50
HSL 36.73º 0.62% 0.31% -
HSV(B) 36.73º 0.77% 0.5% -
XYZ 12.79 12 2.87 -
YUV 94.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 128 90 30 0 0.30 0.77 0.50 36.73 0.62 0.31
Hex 80 5A 1E 0 1E 4D 32 25 3E 1F
Octal 200 132 36 0 36 115 62 45 76 37
Binary 10000000 1011010 11110 0 11110 1001101 110010 100101 111110 11111

Color Harmonies of #805A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805A1E

Black with #805A1E

Text Example


Text Example

White with #805A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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