#553B3D

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

Shades of Jon #553B3D

Tints of Jon #553B3D

Color information

#553B3D (or 0x553B3D) is unknown color: approx Jon. HEX triplet: 55, 3B and 3D. RGB value is (85,59,61). Sum of RGB (Red+Green+Blue) = 85+59+61=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #553B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B3D is #AAC4C2. Grayscale: #434343. Windows color (decimal): -11191491 or 4012885. OLE color: 4012885.

HSL color Cylindrical-coordinate representation of color #553B3D: hue angle of 355.38º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #553B3D is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB855961-
CMYK00.310.280.67
HSL355.38º18.06%28.24%-
HSV(B)355.38º30.59%33.33%-
XYZ6.155.45.13-
YUV67124.61140.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 59 (23.44% from 255) = 28.78%
BLUE value IS 61 (24.22% from 255) = 29.76%
R=41.46%
G=28.78%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85596100.310.280.67355.3818.0628.24
Hex553B3D01F1C43163121c
Octal1257375037341035432234
Binary10101011110111111010111111110010000111011000111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553B3D; }

 p { color: rgb(85,59,61); }

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

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

 a { background-color: rgb(85,59,61); }

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

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

 span { border-color: rgb(85,59,61); }

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