#84582F

Color #84582F Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #84582F

Tints of Hot Curry #84582F

Color information

#84582F (or 0x84582F) is unknown color: approx Hot Curry. HEX triplet: 84, 58 and 2F. RGB value is (132,88,47). Sum of RGB (Red+Green+Blue) = 132+88+47=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #84582F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84582F is #7BA7D0. Grayscale: #606060. Windows color (decimal): -8103889 or 3102852. OLE color: 3102852.

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

Color convert

RGB1328847-
CMYK00.330.640.48
HSL28.94º47.49%35.1%-
HSV(B)28.94º64.39%51.76%-
XYZ13.5212.094.31-
YUV96.48100.08153.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.44%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 47 (18.75% from 255) = 17.60%
R=49.44%
G=32.96%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132884700.330.640.4828.9447.4935.1
Hex84582F02140301d2f23
Octal2041305704110060355743
Binary1000010010110001011110100001100000011000011101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,88,47); }

 H1.HeaderClassName
 {
   color: #84582F;
 }
 .AnyTagClassName
 {
   color: #84582F;
 }
</style>
background-color css

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

 a { background-color: rgb(132,88,47); }

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

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

 span { border-color: rgb(132,88,47); }

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