#553C2D

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

Shades of Bracken #553C2D

Tints of Bracken #553C2D

Color information

#553C2D (or 0x553C2D) is unknown color: approx Bracken. HEX triplet: 55, 3C and 2D. RGB value is (85,60,45). Sum of RGB (Red+Green+Blue) = 85+60+45=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #553C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C2D is #AAC3D2. Grayscale: #414141. Windows color (decimal): -11191251 or 2964565. OLE color: 2964565.

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

Color convert

RGB856045-
CMYK00.290.470.67
HSL22.5º30.77%25.49%-
HSV(B)22.5º47.06%33.33%-
XYZ5.845.353.21-
YUV65.76116.28141.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 60 (23.83% from 255) = 31.58%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=44.74%
G=31.58%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85604500.290.470.6722.530.7725.49
Hex553C2D01D2F43161f19
Octal125745503557103263731
Binary10101011111001011010111011011111000011101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,60,45); }

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

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

 a { background-color: rgb(85,60,45); }

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

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

 span { border-color: rgb(85,60,45); }

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