Html Css Color HEX #82562B Hot Curry

📋 copy color: '#82562B'

red 130 ◦ green 86 ◦ blue 43

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

Shades of Hot Curry #82562B

Tints of Hot Curry #82562B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.2%

 BLUE value IS 43 (17.19% from 255) = 16.6%

R = 50.19%
G = 33.2%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#82562B (or 0x82562B) is known color: Hot Curry. HEX triplet: 82, 56 and 2B. RGB value is (130,86,43). Sum of RGB (Red+Green+Blue) = 130+86+43=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82562B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82562B is #7DA9D4. Grayscale: #5E5E5E. Windows color (decimal): -8235477 or 2840194. OLE color: 2840194.

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

Color convert

RGB 130 86 43 -
CMYK 0 0.34 0.67 0.49
HSL 29.66º 0.5% 0.34% -
HSV(B) 29.66º 0.67% 0.51% -
XYZ 12.97 11.58 3.84 -
YUV 94.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 130 86 43 0 0.34 0.67 0.49 29.66 0.5 0.34
Hex 82 56 2B 0 22 43 31 1E 32 22
Octal 202 126 53 0 42 103 61 36 62 42
Binary 10000010 1010110 101011 0 100010 1000011 110001 11110 110010 100010

Color Harmonies of #82562B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82562B

Black with #82562B

Text Example


Text Example

White with #82562B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82562B; }

 p { color: rgb(130,86,43); }

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

background-color css

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

 a { background-color: rgb(130,86,43); }

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

border-color css

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

 span { border-color: rgb(130,86,43); }

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