Html Css Color HEX #805931 Hot Curry

📋 copy color: '#805931'

red 128 ◦ green 89 ◦ blue 49

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

Shades of Hot Curry #805931

Tints of Hot Curry #805931

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.46%

 BLUE value IS 49 (19.53% from 255) = 18.42%

R = 48.12%
G = 33.46%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#805931 (or 0x805931) is known color: Hot Curry. HEX triplet: 80, 59 and 31. RGB value is (128,89,49). Sum of RGB (Red+Green+Blue) = 128+89+49=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #805931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805931 is #7FA6CE. Grayscale: #606060. Windows color (decimal): -8365775 or 3234176. OLE color: 3234176.

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

Color convert

RGB 128 89 49 -
CMYK 0 0.30 0.62 0.50
HSL 30.38º 0.45% 0.35% -
HSV(B) 30.38º 0.62% 0.5% -
XYZ 13.03 11.96 4.53 -
YUV 96.1 101.42 150.75 -
System Red Green Blue C M Y K H S L
Decimal 128 89 49 0 0.30 0.62 0.50 30.38 0.45 0.35
Hex 80 59 31 0 1E 3E 32 1E 2D 23
Octal 200 131 61 0 36 76 62 36 55 43
Binary 10000000 1011001 110001 0 11110 111110 110010 11110 101101 100011

Color Harmonies of #805931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805931

Black with #805931

Text Example


Text Example

White with #805931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805931; }

 p { color: rgb(128,89,49); }

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

background-color css

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

 a { background-color: rgb(128,89,49); }

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

border-color css

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

 span { border-color: rgb(128,89,49); }

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