#55371A

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

Shades of Brown Bramble #55371A

Tints of Brown Bramble #55371A

Color information

#55371A (or 0x55371A) is unknown color: approx Brown Bramble. HEX triplet: 55, 37 and 1A. RGB value is (85,55,26). Sum of RGB (Red+Green+Blue) = 85+55+26=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55371A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55371A is #AAC8E5. Grayscale: #3C3C3C. Windows color (decimal): -11192550 or 1718101. OLE color: 1718101.

HSL color Cylindrical-coordinate representation of color #55371A: hue angle of 29.49º 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 #55371A is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB855526-
CMYK00.350.690.67
HSL29.49º53.15%21.76%-
HSV(B)29.49º69.41%33.33%-
XYZ5.34.741.61-
YUV60.66108.44145.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 55 (21.88% from 255) = 33.13%
BLUE value IS 26 (10.55% from 255) = 15.66%
R=51.20%
G=33.13%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85552600.350.690.6729.4953.1521.76
Hex55371A02345431d3516
Octal1256732043105103356526
Binary1010101110111110100100011100010110000111110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55371A; }

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

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

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

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

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

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

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

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