#553018

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

Shades of Brown Bramble #553018

Tints of Brown Bramble #553018

Color information

#553018 (or 0x553018) is unknown color: approx Brown Bramble. HEX triplet: 55, 30 and 18. RGB value is (85,48,24). Sum of RGB (Red+Green+Blue) = 85+48+24=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #553018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553018 is #AACFE7. Grayscale: #383838. Windows color (decimal): -11194344 or 1585237. OLE color: 1585237.

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

Color convert

RGB854824-
CMYK00.440.720.67
HSL23.61º55.96%21.37%-
HSV(B)23.61º71.76%33.33%-
XYZ4.974.111.4-
YUV56.33109.76148.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 24 (9.77% from 255) = 15.29%
R=54.14%
G=30.57%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85482400.440.720.6723.6155.9621.37
Hex55301802C4843183815
Octal1256030054110103307025
Binary1010101110000110000101100100100010000111100011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553018; }

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

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

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

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

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

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

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

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