#553B1A

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

Shades of Brown Bramble #553B1A

Tints of Brown Bramble #553B1A

Color information

#553B1A (or 0x553B1A) is unknown color: approx Brown Bramble. HEX triplet: 55, 3B and 1A. RGB value is (85,59,26). Sum of RGB (Red+Green+Blue) = 85+59+26=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #553B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B1A is #AAC4E5. Grayscale: #3F3F3F. Windows color (decimal): -11191526 or 1719125. OLE color: 1719125.

HSL color Cylindrical-coordinate representation of color #553B1A: hue angle of 33.56º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #553B1A is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB855926-
CMYK00.310.690.67
HSL33.56º53.15%21.76%-
HSV(B)33.56º69.41%33.33%-
XYZ5.55.131.68-
YUV63.01107.11143.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 59 (23.44% from 255) = 34.71%
BLUE value IS 26 (10.55% from 255) = 15.29%
R=50%
G=34.71%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85592600.310.690.6733.5653.1521.76
Hex553B1A01F4543223516
Octal1257332037105103426526
Binary1010101111011110100111111000101100001110001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553B1A; }

 p { color: rgb(85,59,26); }

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

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

 a { background-color: rgb(85,59,26); }

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

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

 span { border-color: rgb(85,59,26); }

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