#553D21

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

Shades of Bracken #553D21

Tints of Bracken #553D21

Color information

#553D21 (or 0x553D21) is unknown color: approx Bracken. HEX triplet: 55, 3D and 21. RGB value is (85,61,33). Sum of RGB (Red+Green+Blue) = 85+61+33=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #553D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D21 is #AAC2DE. Grayscale: #414141. Windows color (decimal): -11191007 or 2178389. OLE color: 2178389.

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

Color convert

RGB856133-
CMYK00.280.610.67
HSL32.31º44.07%23.14%-
HSV(B)32.31º61.18%33.33%-
XYZ5.695.382.18-
YUV64.98109.95142.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 61 (24.22% from 255) = 34.08%
BLUE value IS 33 (13.28% from 255) = 18.44%
R=47.49%
G=34.08%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85613300.280.610.6732.3144.0723.14
Hex553D2101C3D43202c17
Octal125754103475103405427
Binary1010101111101100001011100111101100001110000010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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