Html Css Color HEX #82521F Hot Curry

📋 copy color: '#82521F'

red 130 ◦ green 82 ◦ blue 31

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

Shades of Hot Curry #82521F

Tints of Hot Curry #82521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.74%

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

R = 53.5%
G = 33.74%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#82521F (or 0x82521F) is known color: Hot Curry. HEX triplet: 82, 52 and 1F. RGB value is (130,82,31). Sum of RGB (Red+Green+Blue) = 130+82+31=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #82521F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82521F is #7DADE0. Grayscale: #5A5A5A. Windows color (decimal): -8236513 or 2052738. OLE color: 2052738.

HSL color Cylindrical-coordinate representation of color #82521F: hue angle of 30.91º 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 #82521F is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 82 31 -
CMYK 0 0.37 0.76 0.49
HSL 30.91º 0.61% 0.32% -
HSV(B) 30.91º 0.76% 0.51% -
XYZ 12.47 10.88 2.74 -
YUV 90.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 130 82 31 0 0.37 0.76 0.49 30.91 0.61 0.32
Hex 82 52 1F 0 25 4C 31 1F 3D 20
Octal 202 122 37 0 45 114 61 37 75 40
Binary 10000010 1010010 11111 0 100101 1001100 110001 11111 111101 100000

Color Harmonies of #82521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82521F

Black with #82521F

Text Example


Text Example

White with #82521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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