#553135

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

Shades of Cab Sav #553135

Tints of Cab Sav #553135

Color information

#553135 (or 0x553135) is unknown color: approx Cab Sav. HEX triplet: 55, 31 and 35. RGB value is (85,49,53). Sum of RGB (Red+Green+Blue) = 85+49+53=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #553135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553135 is #AACECA. Grayscale: #3C3C3C. Windows color (decimal): -11194059 or 3486037. OLE color: 3486037.

HSL color Cylindrical-coordinate representation of color #553135: hue angle of 353.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #553135 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB854953-
CMYK00.420.380.67
HSL353.33º26.87%26.27%-
HSV(B)353.33º42.35%33.33%-
XYZ5.494.383.93-
YUV60.22123.93145.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 53 (21.09% from 255) = 28.34%
R=45.45%
G=26.20%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85495300.420.380.67353.3326.8726.27
Hex55313502A26431611b1a
Octal1256165052461035413332
Binary1010101110001110101010101010011010000111011000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553135; }

 p { color: rgb(85,49,53); }

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

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

 a { background-color: rgb(85,49,53); }

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

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

 span { border-color: rgb(85,49,53); }

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