#553523

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

Shades of Brown Bramble #553523

Tints of Brown Bramble #553523

Color information

#553523 (or 0x553523) is unknown color: approx Brown Bramble. HEX triplet: 55, 35 and 23. RGB value is (85,53,35). Sum of RGB (Red+Green+Blue) = 85+53+35=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #553523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553523 is #AACADC. Grayscale: #3C3C3C. Windows color (decimal): -11193053 or 2307413. OLE color: 2307413.

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

Color convert

RGB855335-
CMYK00.380.590.67
HSL21.6º41.67%23.53%-
HSV(B)21.6º58.82%33.33%-
XYZ5.324.62.2-
YUV60.52113.6145.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 53 (21.09% from 255) = 30.64%
BLUE value IS 35 (14.06% from 255) = 20.23%
R=49.13%
G=30.64%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85533500.380.590.6721.641.6723.53
Hex5535230263B43162a18
Octal125654304673103265230
Binary1010101110101100011010011011101110000111011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553523; }

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

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

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

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

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

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

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

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