#553B26

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

Shades of Bracken #553B26

Tints of Bracken #553B26

Color information

#553B26 (or 0x553B26) is unknown color: approx Bracken. HEX triplet: 55, 3B and 26. RGB value is (85,59,38). Sum of RGB (Red+Green+Blue) = 85+59+38=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #553B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B26 is #AAC4D9. Grayscale: #404040. Windows color (decimal): -11191514 or 2505557. OLE color: 2505557.

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

Color convert

RGB855938-
CMYK00.310.550.67
HSL26.81º38.21%24.12%-
HSV(B)26.81º55.29%33.33%-
XYZ5.665.22.54-
YUV64.38113.11142.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 59 (23.44% from 255) = 32.42%
BLUE value IS 38 (15.23% from 255) = 20.88%
R=46.70%
G=32.42%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85593800.310.550.6726.8138.2124.12
Hex553B2601F37431b2618
Octal125734603767103334630
Binary101010111101110011001111111011110000111101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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