#553624

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

Shades of Brown Bramble #553624

Tints of Brown Bramble #553624

Color information

#553624 (or 0x553624) is unknown color: approx Brown Bramble. HEX triplet: 55, 36 and 24. RGB value is (85,54,36). Sum of RGB (Red+Green+Blue) = 85+54+36=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #553624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553624 is #AAC9DB. Grayscale: #3D3D3D. Windows color (decimal): -11192796 or 2373205. OLE color: 2373205.

HSL color Cylindrical-coordinate representation of color #553624: hue angle of 22.04º 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 #553624 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB855436-
CMYK00.360.580.67
HSL22.04º40.5%23.73%-
HSV(B)22.04º57.65%33.33%-
XYZ5.384.72.29-
YUV61.22113.77144.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 54 (21.48% from 255) = 30.86%
BLUE value IS 36 (14.45% from 255) = 20.57%
R=48.57%
G=30.86%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85543600.360.580.6722.0440.523.73
Hex5536240243A43162818
Octal125664404472103265030
Binary1010101110110100100010010011101010000111011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553624; }

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

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

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

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

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

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

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

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