Html Css Color HEX #815529 Hot Curry

📋 copy color: '#815529'

red 129 ◦ green 85 ◦ blue 41

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

Shades of Hot Curry #815529

Tints of Hot Curry #815529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.08%

R = 50.59%
G = 33.33%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#815529 (or 0x815529) is known color: Hot Curry. HEX triplet: 81, 55 and 29. RGB value is (129,85,41). Sum of RGB (Red+Green+Blue) = 129+85+41=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #815529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815529 is #7EAAD6. Grayscale: #5D5D5D. Windows color (decimal): -8301271 or 2708865. OLE color: 2708865.

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

Color convert

RGB 129 85 41 -
CMYK 0 0.34 0.68 0.49
HSL 30º 0.52% 0.33% -
HSV(B) 30º 0.68% 0.51% -
XYZ 12.7 11.32 3.61 -
YUV 93.14 98.58 153.58 -
System Red Green Blue C M Y K H S L
Decimal 129 85 41 0 0.34 0.68 0.49 30 0.52 0.33
Hex 81 55 29 0 22 44 31 1E 34 21
Octal 201 125 51 0 42 104 61 36 64 41
Binary 10000001 1010101 101001 0 100010 1000100 110001 11110 110100 100001

Color Harmonies of #815529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815529

Black with #815529

Text Example


Text Example

White with #815529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815529; }

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

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

background-color css

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

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

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

border-color css

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

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

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