#553D2C

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

Shades of Bracken #553D2C

Tints of Bracken #553D2C

Color information

#553D2C (or 0x553D2C) is unknown color: approx Bracken. HEX triplet: 55, 3D and 2C. RGB value is (85,61,44). Sum of RGB (Red+Green+Blue) = 85+61+44=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #553D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D2C is #AAC2D3. Grayscale: #424242. Windows color (decimal): -11190996 or 2899285. OLE color: 2899285.

HSL color Cylindrical-coordinate representation of color #553D2C: hue angle of 24.88º 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 #553D2C is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB856144-
CMYK00.280.480.67
HSL24.88º31.78%25.29%-
HSV(B)24.88º48.24%33.33%-
XYZ5.875.453.13-
YUV66.24115.45141.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 61 (24.22% from 255) = 32.11%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=44.74%
G=32.11%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85614400.280.480.6724.8831.7825.29
Hex553D2C01C3043192019
Octal125755403460103314031
Binary101010111110110110001110011000010000111100110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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