Html Css Color HEX #815222 Hot Curry

📋 copy color: '#815222'

red 129 ◦ green 82 ◦ blue 34

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

Shades of Hot Curry #815222

Tints of Hot Curry #815222

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.47%

 BLUE value IS 34 (13.67% from 255) = 13.88%

R = 52.65%
G = 33.47%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#815222 (or 0x815222) is known color: Hot Curry. HEX triplet: 81, 52 and 22. RGB value is (129,82,34). Sum of RGB (Red+Green+Blue) = 129+82+34=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #815222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815222 is #7EADDD. Grayscale: #5A5A5A. Windows color (decimal): -8302046 or 2249345. OLE color: 2249345.

HSL color Cylindrical-coordinate representation of color #815222: hue angle of 30.32º degrees, saturation: 0.58, 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 #815222 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 82 34 -
CMYK 0 0.36 0.74 0.49
HSL 30.32º 0.58% 0.32% -
HSV(B) 30.32º 0.74% 0.51% -
XYZ 12.36 10.82 2.95 -
YUV 90.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 129 82 34 0 0.36 0.74 0.49 30.32 0.58 0.32
Hex 81 52 22 0 24 4A 31 1E 3A 20
Octal 201 122 42 0 44 112 61 36 72 40
Binary 10000001 1010010 100010 0 100100 1001010 110001 11110 111010 100000

Color Harmonies of #815222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815222

Black with #815222

Text Example


Text Example

White with #815222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815222; }

 p { color: rgb(129,82,34); }

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

background-color css

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

 a { background-color: rgb(129,82,34); }

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

border-color css

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

 span { border-color: rgb(129,82,34); }

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