#553524

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

Shades of Brown Bramble #553524

Tints of Brown Bramble #553524

Color information

#553524 (or 0x553524) is unknown color: approx Brown Bramble. HEX triplet: 55, 35 and 24. RGB value is (85,53,36). Sum of RGB (Red+Green+Blue) = 85+53+36=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #553524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553524 is #AACADB. Grayscale: #3C3C3C. Windows color (decimal): -11193052 or 2372949. OLE color: 2372949.

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

Color convert

RGB855336-
CMYK00.380.580.67
HSL20.82º40.5%23.73%-
HSV(B)20.82º57.65%33.33%-
XYZ5.344.62.28-
YUV60.63114.1145.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 36 (14.45% from 255) = 20.69%
R=48.85%
G=30.46%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85533600.380.580.6720.8240.523.73
Hex5535240263A43152818
Octal125654404672103255030
Binary1010101110101100100010011011101010000111010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553524; }

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

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

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

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

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

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

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

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