Html Css Color HEX #816332 Hot Curry

📋 copy color: '#816332'

red 129 ◦ green 99 ◦ blue 50

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

Shades of Hot Curry #816332

Tints of Hot Curry #816332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 46.4%
G = 35.61%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#816332 (or 0x816332) is known color: Hot Curry. HEX triplet: 81, 63 and 32. RGB value is (129,99,50). Sum of RGB (Red+Green+Blue) = 129+99+50=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #816332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816332 is #7E9CCD. Grayscale: #666666. Windows color (decimal): -8297678 or 3302273. OLE color: 3302273.

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

Color convert

RGB 129 99 50 -
CMYK 0 0.23 0.61 0.49
HSL 37.22º 0.44% 0.35% -
HSV(B) 37.22º 0.61% 0.51% -
XYZ 14.09 13.82 4.94 -
YUV 102.38 98.44 146.98 -
System Red Green Blue C M Y K H S L
Decimal 129 99 50 0 0.23 0.61 0.49 37.22 0.44 0.35
Hex 81 63 32 0 17 3D 31 25 2C 23
Octal 201 143 62 0 27 75 61 45 54 43
Binary 10000001 1100011 110010 0 10111 111101 110001 100101 101100 100011

Color Harmonies of #816332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816332

Black with #816332

Text Example


Text Example

White with #816332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816332; }

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

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

background-color css

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

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

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

border-color css

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

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

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