#5C3435

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

Shades of Jazz #5C3435

Tints of Jazz #5C3435

Color information

#5C3435 (or 0x5C3435) is unknown color: approx Jazz. HEX triplet: 5C, 34 and 35. RGB value is (92,52,53). Sum of RGB (Red+Green+Blue) = 92+52+53=197 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.70% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3435 is #A3CBCA. Grayscale: #404040. Windows color (decimal): -10734539 or 3486812. OLE color: 3486812.

HSL color Cylindrical-coordinate representation of color #5C3435: hue angle of 358.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5C3435 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB925253-
CMYK00.430.420.64
HSL358.5º27.78%28.24%-
HSV(B)358.5º43.48%36.08%-
XYZ6.284.994-
YUV64.07121.75147.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46.70%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 53 (21.09% from 255) = 26.90%
R=46.70%
G=26.40%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92525300.430.420.64358.527.7828.24
Hex5C343502B2A401661c1c
Octal1346465053521005463434
Binary1011100110100110101010101110101010000001011001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,52,53); }

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

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

 a { background-color: rgb(92,52,53); }

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

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

 span { border-color: rgb(92,52,53); }

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