#553A2A

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

Shades of Bracken #553A2A

Tints of Bracken #553A2A

Color information

#553A2A (or 0x553A2A) is unknown color: approx Bracken. HEX triplet: 55, 3A and 2A. RGB value is (85,58,42). Sum of RGB (Red+Green+Blue) = 85+58+42=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #553A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A2A is #AAC5D5. Grayscale: #404040. Windows color (decimal): -11191766 or 2767445. OLE color: 2767445.

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

Color convert

RGB855842-
CMYK00.320.510.67
HSL22.33º33.86%24.9%-
HSV(B)22.33º50.59%33.33%-
XYZ5.685.122.88-
YUV64.25115.45142.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 58 (23.05% from 255) = 31.35%
BLUE value IS 42 (16.80% from 255) = 22.70%
R=45.95%
G=31.35%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85584200.320.510.6722.3333.8624.9
Hex553A2A0203343162219
Octal125725204063103264231
Binary1010101111010101010010000011001110000111011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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