Html Css Color HEX #815520 Hot Curry

📋 copy color: '#815520'

red 129 ◦ green 85 ◦ blue 32

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

Shades of Hot Curry #815520

Tints of Hot Curry #815520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.55%

 BLUE value IS 32 (12.89% from 255) = 13.01%

R = 52.44%
G = 34.55%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#815520 (or 0x815520) is known color: Hot Curry. HEX triplet: 81, 55 and 20. RGB value is (129,85,32). Sum of RGB (Red+Green+Blue) = 129+85+32=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #815520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815520 is #7EAADF. Grayscale: #5C5C5C. Windows color (decimal): -8301280 or 2119041. OLE color: 2119041.

HSL color Cylindrical-coordinate representation of color #815520: hue angle of 32.78º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #815520 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 85 32 -
CMYK 0 0.34 0.75 0.49
HSL 32.78º 0.6% 0.32% -
HSV(B) 32.78º 0.75% 0.51% -
XYZ 12.56 11.27 2.88 -
YUV 92.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 129 85 32 0 0.34 0.75 0.49 32.78 0.6 0.32
Hex 81 55 20 0 22 4B 31 21 3C 20
Octal 201 125 40 0 42 113 61 41 74 40
Binary 10000001 1010101 100000 0 100010 1001011 110001 100001 111100 100000

Color Harmonies of #815520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815520

Black with #815520

Text Example


Text Example

White with #815520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815520; }

 p { color: rgb(129,85,32); }

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

background-color css

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

 a { background-color: rgb(129,85,32); }

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

border-color css

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

 span { border-color: rgb(129,85,32); }

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