#553418

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

Shades of Brown Bramble #553418

Tints of Brown Bramble #553418

Color information

#553418 (or 0x553418) is unknown color: approx Brown Bramble. HEX triplet: 55, 34 and 18. RGB value is (85,52,24). Sum of RGB (Red+Green+Blue) = 85+52+24=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #553418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553418 is #AACBE7. Grayscale: #3A3A3A. Windows color (decimal): -11193320 or 1586261. OLE color: 1586261.

HSL color Cylindrical-coordinate representation of color #553418: hue angle of 27.54º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #553418 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB855224-
CMYK00.390.720.67
HSL27.54º55.96%21.37%-
HSV(B)27.54º71.76%33.33%-
XYZ5.144.451.45-
YUV58.67108.43146.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=52.80%
G=32.30%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85522400.390.720.6727.5455.9621.37
Hex55341802748431c3815
Octal1256430047110103347025
Binary1010101110100110000100111100100010000111110011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553418; }

 p { color: rgb(85,52,24); }

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

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

 a { background-color: rgb(85,52,24); }

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

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

 span { border-color: rgb(85,52,24); }

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