#553B2C

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

Shades of Bracken #553B2C

Tints of Bracken #553B2C

Color information

#553B2C (or 0x553B2C) is unknown color: approx Bracken. HEX triplet: 55, 3B and 2C. RGB value is (85,59,44). Sum of RGB (Red+Green+Blue) = 85+59+44=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #553B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B2C is #AAC4D3. Grayscale: #414141. Windows color (decimal): -11191508 or 2898773. OLE color: 2898773.

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

Color convert

RGB855944-
CMYK00.310.480.67
HSL21.95º31.78%25.29%-
HSV(B)21.95º48.24%33.33%-
XYZ5.765.243.09-
YUV65.06116.11142.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 59 (23.44% from 255) = 31.38%
BLUE value IS 44 (17.58% from 255) = 23.40%
R=45.21%
G=31.38%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85594400.310.480.6721.9531.7825.29
Hex553B2C01F3043162019
Octal125735403760103264031
Binary101010111101110110001111111000010000111011010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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