#553C1E

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

Shades of Bracken #553C1E

Tints of Bracken #553C1E

Color information

#553C1E (or 0x553C1E) is unknown color: approx Bracken. HEX triplet: 55, 3C and 1E. RGB value is (85,60,30). Sum of RGB (Red+Green+Blue) = 85+60+30=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #553C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C1E is #AAC3E1. Grayscale: #404040. Windows color (decimal): -11191266 or 1981525. OLE color: 1981525.

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

Color convert

RGB856030-
CMYK00.290.650.67
HSL32.73º47.83%22.55%-
HSV(B)32.73º64.71%33.33%-
XYZ5.65.261.95-
YUV64.05108.78142.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 60 (23.83% from 255) = 34.29%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=48.57%
G=34.29%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85603000.290.650.6732.7347.8322.55
Hex553C1E01D4143213017
Octal1257436035101103416027
Binary1010101111100111100111011000001100001110000111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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