#553C2C

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

Shades of Bracken #553C2C

Tints of Bracken #553C2C

Color information

#553C2C (or 0x553C2C) is unknown color: approx Bracken. HEX triplet: 55, 3C and 2C. RGB value is (85,60,44). Sum of RGB (Red+Green+Blue) = 85+60+44=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #553C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C2C is #AAC3D3. Grayscale: #414141. Windows color (decimal): -11191252 or 2899029. OLE color: 2899029.

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

Color convert

RGB856044-
CMYK00.290.480.67
HSL23.41º31.78%25.29%-
HSV(B)23.41º48.24%33.33%-
XYZ5.825.343.11-
YUV65.65115.78141.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 60 (23.83% from 255) = 31.75%
BLUE value IS 44 (17.58% from 255) = 23.28%
R=44.97%
G=31.75%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85604400.290.480.6723.4131.7825.29
Hex553C2C01D3043172019
Octal125745403560103274031
Binary101010111110010110001110111000010000111011110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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