Html Css Color HEX #82592A Hot Curry

📋 copy color: '#82592A'

red 130 ◦ green 89 ◦ blue 42

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

Shades of Hot Curry #82592A

Tints of Hot Curry #82592A

RGB

 RED value IS 130 (51.17% from 255) = 49.81%

 GREEN value IS 89 (35.16% from 255) = 34.1%

 BLUE value IS 42 (16.8% from 255) = 16.09%

R = 49.81%
G = 34.1%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#82592A (or 0x82592A) is known color: Hot Curry. HEX triplet: 82, 59 and 2A. RGB value is (130,89,42). Sum of RGB (Red+Green+Blue) = 130+89+42=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82592A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82592A is #7DA6D5. Grayscale: #606060. Windows color (decimal): -8234710 or 2775426. OLE color: 2775426.

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

Color convert

RGB 130 89 42 -
CMYK 0 0.32 0.68 0.49
HSL 32.05º 0.51% 0.34% -
HSV(B) 32.05º 0.68% 0.51% -
XYZ 13.2 12.06 3.82 -
YUV 95.9 97.58 152.32 -
System Red Green Blue C M Y K H S L
Decimal 130 89 42 0 0.32 0.68 0.49 32.05 0.51 0.34
Hex 82 59 2A 0 20 44 31 20 33 22
Octal 202 131 52 0 40 104 61 40 63 42
Binary 10000010 1011001 101010 0 100000 1000100 110001 100000 110011 100010

Color Harmonies of #82592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82592A

Black with #82592A

Text Example


Text Example

White with #82592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82592A; }

 p { color: rgb(130,89,42); }

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

background-color css

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

 a { background-color: rgb(130,89,42); }

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

border-color css

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

 span { border-color: rgb(130,89,42); }

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