#553A1E

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

Shades of Brown Bramble #553A1E

Tints of Brown Bramble #553A1E

Color information

#553A1E (or 0x553A1E) is unknown color: approx Brown Bramble. HEX triplet: 55, 3A and 1E. RGB value is (85,58,30). Sum of RGB (Red+Green+Blue) = 85+58+30=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #553A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A1E is #AAC5E1. Grayscale: #3F3F3F. Windows color (decimal): -11191778 or 1981013. OLE color: 1981013.

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

Color convert

RGB855830-
CMYK00.320.650.67
HSL30.55º47.83%22.55%-
HSV(B)30.55º64.71%33.33%-
XYZ5.495.051.91-
YUV62.88109.45143.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 30 (12.11% from 255) = 17.34%
R=49.13%
G=33.53%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85583000.320.650.6730.5547.8322.55
Hex553A1E02041431f3017
Octal1257236040101103376027
Binary1010101111010111100100000100000110000111111111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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