#553B22

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

Shades of Bracken #553B22

Tints of Bracken #553B22

Color information

#553B22 (or 0x553B22) is unknown color: approx Bracken. HEX triplet: 55, 3B and 22. RGB value is (85,59,34). Sum of RGB (Red+Green+Blue) = 85+59+34=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #553B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B22 is #AAC4DD. Grayscale: #404040. Windows color (decimal): -11191518 or 2243413. OLE color: 2243413.

HSL color Cylindrical-coordinate representation of color #553B22: hue angle of 29.41º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #553B22 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB855934-
CMYK00.310.600.67
HSL29.41º42.86%23.33%-
HSV(B)29.41º60%33.33%-
XYZ5.65.172.22-
YUV63.92111.11143.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 59 (23.44% from 255) = 33.15%
BLUE value IS 34 (13.67% from 255) = 19.10%
R=47.75%
G=33.15%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85593400.310.600.6729.4142.8623.33
Hex553B2201F3C431d2b17
Octal125734203774103355327
Binary101010111101110001001111111110010000111110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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