Html Css Color HEX #82591F Hot Curry

📋 copy color: '#82591F'

red 130 ◦ green 89 ◦ blue 31

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

Shades of Hot Curry #82591F

Tints of Hot Curry #82591F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.4%

R = 52%
G = 35.6%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#82591F (or 0x82591F) is known color: Hot Curry. HEX triplet: 82, 59 and 1F. RGB value is (130,89,31). Sum of RGB (Red+Green+Blue) = 130+89+31=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #82591F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82591F is #7DA6E0. Grayscale: #5E5E5E. Windows color (decimal): -8234721 or 2054530. OLE color: 2054530.

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

Color convert

RGB 130 89 31 -
CMYK 0 0.32 0.76 0.49
HSL 35.15º 0.61% 0.32% -
HSV(B) 35.15º 0.76% 0.51% -
XYZ 13.03 11.99 2.92 -
YUV 94.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 130 89 31 0 0.32 0.76 0.49 35.15 0.61 0.32
Hex 82 59 1F 0 20 4C 31 23 3D 20
Octal 202 131 37 0 40 114 61 43 75 40
Binary 10000010 1011001 11111 0 100000 1001100 110001 100011 111101 100000

Color Harmonies of #82591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82591F

Black with #82591F

Text Example


Text Example

White with #82591F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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