#5F3438

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

Shades of Jazz #5F3438

Tints of Jazz #5F3438

Color information

#5F3438 (or 0x5F3438) is unknown color: approx Jazz. HEX triplet: 5F, 34 and 38. RGB value is (95,52,56). Sum of RGB (Red+Green+Blue) = 95+52+56=203 (26% of max value = 765). Red value is 95 (37.5% from 255 or 46.80% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3438 is #A0CBC7. Grayscale: #414141. Windows color (decimal): -10537928 or 3683423. OLE color: 3683423.

HSL color Cylindrical-coordinate representation of color #5F3438: hue angle of 354.42º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F3438 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB955256-
CMYK00.450.410.63
HSL354.42º29.25%28.82%-
HSV(B)354.42º45.26%37.25%-
XYZ6.665.174.39-
YUV65.31122.75149.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.80%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 56 (22.27% from 255) = 27.59%
R=46.80%
G=25.62%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95525600.450.410.63354.4229.2528.82
Hex5F343802D293F1621d1d
Octal137647005551775423535
Binary101111111010011100001011011010011111111011000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F3438; }

 p { color: rgb(95,52,56); }

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

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

 a { background-color: rgb(95,52,56); }

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

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

 span { border-color: rgb(95,52,56); }

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