#583235

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

Shades of Jazz #583235

Tints of Jazz #583235

Color information

#583235 (or 0x583235) is unknown color: approx Jazz. HEX triplet: 58, 32 and 35. RGB value is (88,50,53). Sum of RGB (Red+Green+Blue) = 88+50+53=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #583235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583235 is #A7CDCA. Grayscale: #3D3D3D. Windows color (decimal): -10997195 or 3486296. OLE color: 3486296.

HSL color Cylindrical-coordinate representation of color #583235: hue angle of 355.26º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #583235 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB885053-
CMYK00.430.400.65
HSL355.26º27.54%27.06%-
HSV(B)355.26º43.18%34.51%-
XYZ5.814.613.95-
YUV61.7123.09146.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.07%
GREEN value IS 50 (19.92% from 255) = 26.18%
BLUE value IS 53 (21.09% from 255) = 27.75%
R=46.07%
G=26.18%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88505300.430.400.65355.2627.5427.06
Hex58323502B28411631c1b
Octal1306265053501015433433
Binary1011000110010110101010101110100010000011011000111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583235; }

 p { color: rgb(88,50,53); }

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

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

 a { background-color: rgb(88,50,53); }

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

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

 span { border-color: rgb(88,50,53); }

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