Html Css Color HEX #816631 Hot Curry

📋 copy color: '#816631'

red 129 ◦ green 102 ◦ blue 49

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

Shades of Hot Curry #816631

Tints of Hot Curry #816631

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.43%

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

R = 46.07%
G = 36.43%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#816631 (or 0x816631) is known color: Hot Curry. HEX triplet: 81, 66 and 31. RGB value is (129,102,49). Sum of RGB (Red+Green+Blue) = 129+102+49=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #816631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816631 is #7E99CE. Grayscale: #686868. Windows color (decimal): -8296911 or 3237505. OLE color: 3237505.

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

Color convert

RGB 129 102 49 -
CMYK 0 0.21 0.62 0.49
HSL 39.75º 0.45% 0.35% -
HSV(B) 39.75º 0.62% 0.51% -
XYZ 14.36 14.39 4.93 -
YUV 104.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 129 102 49 0 0.21 0.62 0.49 39.75 0.45 0.35
Hex 81 66 31 0 15 3E 31 28 2D 23
Octal 201 146 61 0 25 76 61 50 55 43
Binary 10000001 1100110 110001 0 10101 111110 110001 101000 101101 100011

Color Harmonies of #816631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816631

Black with #816631

Text Example


Text Example

White with #816631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816631; }

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

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

background-color css

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

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

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

border-color css

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

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

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