#582D2E

Color #582D2E Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #582D2E

Tints of Jazz #582D2E

Color information

#582D2E (or 0x582D2E) is unknown color: approx Jazz. HEX triplet: 58, 2D and 2E. RGB value is (88,45,46). Sum of RGB (Red+Green+Blue) = 88+45+46=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #582D2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D2E is #A7D2D1. Grayscale: #3A3A3A. Windows color (decimal): -10998482 or 3026264. OLE color: 3026264.

HSL color Cylindrical-coordinate representation of color #582D2E: hue angle of 358.6º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #582D2E is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB884546-
CMYK00.490.480.65
HSL358.6º32.33%26.08%-
HSV(B)358.6º48.86%34.51%-
XYZ5.464.153.1-
YUV57.97121.25149.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.16%
GREEN value IS 45 (17.97% from 255) = 25.14%
BLUE value IS 46 (18.36% from 255) = 25.70%
R=49.16%
G=25.14%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88454600.490.480.65358.632.3326.08
Hex582D2E0313041167201a
Octal1305556061601015474032
Binary10110001011011011100110001110000100000110110011110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582D2E; }

 p { color: rgb(88,45,46); }

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

<style>
 a { background-color: #582D2E; }

 a { background-color: rgb(88,45,46); }

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

<style>
 span { border-color: #582D2E; }

 span { border-color: rgb(88,45,46); }

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