#553F2F

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

Shades of Bracken #553F2F

Tints of Bracken #553F2F

Color information

#553F2F (or 0x553F2F) is unknown color: approx Bracken. HEX triplet: 55, 3F and 2F. RGB value is (85,63,47). Sum of RGB (Red+Green+Blue) = 85+63+47=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #553F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F2F is #AAC0D0. Grayscale: #434343. Windows color (decimal): -11190481 or 3096405. OLE color: 3096405.

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

Color convert

RGB856347-
CMYK00.260.450.67
HSL25.26º28.79%25.88%-
HSV(B)25.26º44.71%33.33%-
XYZ6.045.693.47-
YUV67.75116.29140.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.59%
GREEN value IS 63 (25% from 255) = 32.31%
BLUE value IS 47 (18.75% from 255) = 24.10%
R=43.59%
G=32.31%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85634700.260.450.6725.2628.7925.88
Hex553F2F01A2D43191d1a
Octal125775703255103313532
Binary10101011111111011110110101011011000011110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,63,47); }

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

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

 a { background-color: rgb(85,63,47); }

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

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

 span { border-color: rgb(85,63,47); }

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