#553C26

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

Shades of Bracken #553C26

Tints of Bracken #553C26

Color information

#553C26 (or 0x553C26) is unknown color: approx Bracken. HEX triplet: 55, 3C and 26. RGB value is (85,60,38). Sum of RGB (Red+Green+Blue) = 85+60+38=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #553C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C26 is #AAC3D9. Grayscale: #414141. Windows color (decimal): -11191258 or 2505813. OLE color: 2505813.

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

Color convert

RGB856038-
CMYK00.290.550.67
HSL28.09º38.21%24.12%-
HSV(B)28.09º55.29%33.33%-
XYZ5.715.32.56-
YUV64.97112.78142.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 60 (23.83% from 255) = 32.79%
BLUE value IS 38 (15.23% from 255) = 20.77%
R=46.45%
G=32.79%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85603800.290.550.6728.0938.2124.12
Hex553C2601D37431c2618
Octal125744603567103344630
Binary101010111110010011001110111011110000111110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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