Html Css Color HEX #82521D Hot Curry

📋 copy color: '#82521D'

red 130 ◦ green 82 ◦ blue 29

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

Shades of Hot Curry #82521D

Tints of Hot Curry #82521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 53.94%
G = 34.02%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82521D (or 0x82521D) is known color: Hot Curry. HEX triplet: 82, 52 and 1D. RGB value is (130,82,29). Sum of RGB (Red+Green+Blue) = 130+82+29=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82521D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82521D is #7DADE2. Grayscale: #5A5A5A. Windows color (decimal): -8236515 or 1921666. OLE color: 1921666.

HSL color Cylindrical-coordinate representation of color #82521D: hue angle of 31.49º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82521D is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 82 29 -
CMYK 0 0.37 0.78 0.49
HSL 31.49º 0.64% 0.31% -
HSV(B) 31.49º 0.78% 0.51% -
XYZ 12.44 10.87 2.6 -
YUV 90.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 130 82 29 0 0.37 0.78 0.49 31.49 0.64 0.31
Hex 82 52 1D 0 25 4E 31 1F 40 1F
Octal 202 122 35 0 45 116 61 37 100 37
Binary 10000010 1010010 11101 0 100101 1001110 110001 11111 1000000 11111

Color Harmonies of #82521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82521D

Black with #82521D

Text Example


Text Example

White with #82521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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