Html Css Color HEX #82591B Hot Curry

📋 copy color: '#82591B'

red 130 ◦ green 89 ◦ blue 27

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

Shades of Hot Curry #82591B

Tints of Hot Curry #82591B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.98%

R = 52.85%
G = 36.18%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#82591B (or 0x82591B) is known color: Hot Curry. HEX triplet: 82, 59 and 1B. RGB value is (130,89,27). Sum of RGB (Red+Green+Blue) = 130+89+27=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #82591B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82591B is #7DA6E4. Grayscale: #5E5E5E. Windows color (decimal): -8234725 or 1792386. OLE color: 1792386.

HSL color Cylindrical-coordinate representation of color #82591B: hue angle of 36.12º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82591B is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 89 27 -
CMYK 0 0.32 0.79 0.49
HSL 36.12º 0.66% 0.31% -
HSV(B) 36.12º 0.79% 0.51% -
XYZ 12.98 11.97 2.66 -
YUV 94.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 130 89 27 0 0.32 0.79 0.49 36.12 0.66 0.31
Hex 82 59 1B 0 20 4F 31 24 42 1F
Octal 202 131 33 0 40 117 61 44 102 37
Binary 10000010 1011001 11011 0 100000 1001111 110001 100100 1000010 11111

Color Harmonies of #82591B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82591B

Black with #82591B

Text Example


Text Example

White with #82591B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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