#553A1B

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

Shades of Brown Bramble #553A1B

Tints of Brown Bramble #553A1B

Color information

#553A1B (or 0x553A1B) is unknown color: approx Brown Bramble. HEX triplet: 55, 3A and 1B. RGB value is (85,58,27). Sum of RGB (Red+Green+Blue) = 85+58+27=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #553A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A1B is #AAC5E4. Grayscale: #3E3E3E. Windows color (decimal): -11191781 or 1784405. OLE color: 1784405.

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

Color convert

RGB855827-
CMYK00.320.680.67
HSL32.07º51.79%21.96%-
HSV(B)32.07º68.24%33.33%-
XYZ5.465.041.72-
YUV62.54107.95144.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 58 (23.05% from 255) = 34.12%
BLUE value IS 27 (10.94% from 255) = 15.88%
R=50%
G=34.12%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85582700.320.680.6732.0751.7921.96
Hex553A1B0204443203416
Octal1257233040104103406426
Binary10101011110101101101000001000100100001110000011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,58,27); }

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

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

 a { background-color: rgb(85,58,27); }

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

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

 span { border-color: rgb(85,58,27); }

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