Html Css Color HEX #816131 Hot Curry

📋 copy color: '#816131'

red 129 ◦ green 97 ◦ blue 49

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

Shades of Hot Curry #816131

Tints of Hot Curry #816131

RGB

 RED value IS 129 (50.78% from 255) = 46.91%

 GREEN value IS 97 (38.28% from 255) = 35.27%

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

R = 46.91%
G = 35.27%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#816131 (or 0x816131) is known color: Hot Curry. HEX triplet: 81, 61 and 31. RGB value is (129,97,49). Sum of RGB (Red+Green+Blue) = 129+97+49=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #816131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816131 is #7E9ECE. Grayscale: #656565. Windows color (decimal): -8298191 or 3236225. OLE color: 3236225.

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

Color convert

RGB 129 97 49 -
CMYK 0 0.25 0.62 0.49
HSL 36º 0.45% 0.35% -
HSV(B) 36º 0.62% 0.51% -
XYZ 13.88 13.44 4.77 -
YUV 101.1 98.6 147.9 -
System Red Green Blue C M Y K H S L
Decimal 129 97 49 0 0.25 0.62 0.49 36 0.45 0.35
Hex 81 61 31 0 19 3E 31 24 2D 23
Octal 201 141 61 0 31 76 61 44 55 43
Binary 10000001 1100001 110001 0 11001 111110 110001 100100 101101 100011

Color Harmonies of #816131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816131

Black with #816131

Text Example


Text Example

White with #816131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816131; }

 p { color: rgb(129,97,49); }

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

background-color css

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

 a { background-color: rgb(129,97,49); }

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

border-color css

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

 span { border-color: rgb(129,97,49); }

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