Html Css Color HEX #816431 Hot Curry

📋 copy color: '#816431'

red 129 ◦ green 100 ◦ blue 49

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

Shades of Hot Curry #816431

Tints of Hot Curry #816431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.97%

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

R = 46.4%
G = 35.97%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#816431 (or 0x816431) is known color: Hot Curry. HEX triplet: 81, 64 and 31. RGB value is (129,100,49). Sum of RGB (Red+Green+Blue) = 129+100+49=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #816431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816431 is #7E9BCE. Grayscale: #676767. Windows color (decimal): -8297423 or 3236993. OLE color: 3236993.

HSL color Cylindrical-coordinate representation of color #816431: hue angle of 38.25º 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 #816431 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 100 49 -
CMYK 0 0.22 0.62 0.49
HSL 38.25º 0.45% 0.35% -
HSV(B) 38.25º 0.62% 0.51% -
XYZ 14.16 14 4.86 -
YUV 102.86 97.61 146.65 -
System Red Green Blue C M Y K H S L
Decimal 129 100 49 0 0.22 0.62 0.49 38.25 0.45 0.35
Hex 81 64 31 0 16 3E 31 26 2D 23
Octal 201 144 61 0 26 76 61 46 55 43
Binary 10000001 1100100 110001 0 10110 111110 110001 100110 101101 100011

Color Harmonies of #816431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816431

Black with #816431

Text Example


Text Example

White with #816431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816431; }

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

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

background-color css

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

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

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

border-color css

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

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

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