Html Css Color HEX #816331 Hot Curry

📋 copy color: '#816331'

red 129 ◦ green 99 ◦ blue 49

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

Shades of Hot Curry #816331

Tints of Hot Curry #816331

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.74%

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

R = 46.57%
G = 35.74%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#816331 (or 0x816331) is known color: Hot Curry. HEX triplet: 81, 63 and 31. RGB value is (129,99,49). Sum of RGB (Red+Green+Blue) = 129+99+49=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #816331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816331 is #7E9CCE. Grayscale: #666666. Windows color (decimal): -8297679 or 3236737. OLE color: 3236737.

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

Color convert

RGB 129 99 49 -
CMYK 0 0.23 0.62 0.49
HSL 37.5º 0.45% 0.35% -
HSV(B) 37.5º 0.62% 0.51% -
XYZ 14.07 13.81 4.83 -
YUV 102.27 97.94 147.07 -
System Red Green Blue C M Y K H S L
Decimal 129 99 49 0 0.23 0.62 0.49 37.5 0.45 0.35
Hex 81 63 31 0 17 3E 31 26 2D 23
Octal 201 143 61 0 27 76 61 46 55 43
Binary 10000001 1100011 110001 0 10111 111110 110001 100110 101101 100011

Color Harmonies of #816331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816331

Black with #816331

Text Example


Text Example

White with #816331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816331; }

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

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

background-color css

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

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

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

border-color css

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

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

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