Html Css Color HEX #82592F Hot Curry

📋 copy color: '#82592F'

red 130 ◦ green 89 ◦ blue 47

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

Shades of Hot Curry #82592F

Tints of Hot Curry #82592F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.67%

R = 48.87%
G = 33.46%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#82592F (or 0x82592F) is known color: Hot Curry. HEX triplet: 82, 59 and 2F. RGB value is (130,89,47). Sum of RGB (Red+Green+Blue) = 130+89+47=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #82592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82592F is #7DA6D0. Grayscale: #606060. Windows color (decimal): -8234705 or 3103106. OLE color: 3103106.

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

Color convert

RGB 130 89 47 -
CMYK 0 0.32 0.64 0.49
HSL 30.36º 0.47% 0.35% -
HSV(B) 30.36º 0.64% 0.51% -
XYZ 13.29 12.1 4.32 -
YUV 96.47 100.08 151.92 -
System Red Green Blue C M Y K H S L
Decimal 130 89 47 0 0.32 0.64 0.49 30.36 0.47 0.35
Hex 82 59 2F 0 20 40 31 1E 2F 23
Octal 202 131 57 0 40 100 61 36 57 43
Binary 10000010 1011001 101111 0 100000 1000000 110001 11110 101111 100011

Color Harmonies of #82592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82592F

Black with #82592F

Text Example


Text Example

White with #82592F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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