Html Css Color HEX #82591E Hot Curry

📋 copy color: '#82591E'

red 130 ◦ green 89 ◦ blue 30

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

Shades of Hot Curry #82591E

Tints of Hot Curry #82591E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.05%

R = 52.21%
G = 35.74%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#82591E (or 0x82591E) is known color: Hot Curry. HEX triplet: 82, 59 and 1E. RGB value is (130,89,30). Sum of RGB (Red+Green+Blue) = 130+89+30=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #82591E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82591E is #7DA6E1. Grayscale: #5E5E5E. Windows color (decimal): -8234722 or 1988994. OLE color: 1988994.

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

Color convert

RGB 130 89 30 -
CMYK 0 0.32 0.77 0.49
HSL 35.4º 0.63% 0.31% -
HSV(B) 35.4º 0.77% 0.51% -
XYZ 13.01 11.98 2.86 -
YUV 94.53 91.58 153.3 -
System Red Green Blue C M Y K H S L
Decimal 130 89 30 0 0.32 0.77 0.49 35.4 0.63 0.31
Hex 82 59 1E 0 20 4D 31 23 3E 1F
Octal 202 131 36 0 40 115 61 43 76 37
Binary 10000010 1011001 11110 0 100000 1001101 110001 100011 111110 11111

Color Harmonies of #82591E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82591E

Black with #82591E

Text Example


Text Example

White with #82591E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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