Html Css Color HEX #815521 Hot Curry

📋 copy color: '#815521'

red 129 ◦ green 85 ◦ blue 33

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

Shades of Hot Curry #815521

Tints of Hot Curry #815521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.36%

R = 52.23%
G = 34.41%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#815521 (or 0x815521) is known color: Hot Curry. HEX triplet: 81, 55 and 21. RGB value is (129,85,33). Sum of RGB (Red+Green+Blue) = 129+85+33=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #815521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815521 is #7EAADE. Grayscale: #5C5C5C. Windows color (decimal): -8301279 or 2184577. OLE color: 2184577.

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

Color convert

RGB 129 85 33 -
CMYK 0 0.34 0.74 0.49
HSL 32.5º 0.59% 0.32% -
HSV(B) 32.5º 0.74% 0.51% -
XYZ 12.58 11.27 2.95 -
YUV 92.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 129 85 33 0 0.34 0.74 0.49 32.5 0.59 0.32
Hex 81 55 21 0 22 4A 31 20 3B 20
Octal 201 125 41 0 42 112 61 40 73 40
Binary 10000001 1010101 100001 0 100010 1001010 110001 100000 111011 100000

Color Harmonies of #815521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815521

Black with #815521

Text Example


Text Example

White with #815521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815521; }

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

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

background-color css

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

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

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

border-color css

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

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

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