#55362D

Color #55362D Redwood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Redwood #55362D

Tints of Redwood #55362D

Color information

#55362D (or 0x55362D) is unknown color: approx Redwood. HEX triplet: 55, 36 and 2D. RGB value is (85,54,45). Sum of RGB (Red+Green+Blue) = 85+54+45=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55362D is #AAC9D2. Grayscale: #3E3E3E. Windows color (decimal): -11192787 or 2963029. OLE color: 2963029.

HSL color Cylindrical-coordinate representation of color #55362D: hue angle of 13.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55362D is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB855445-
CMYK00.360.470.67
HSL13.5º30.77%25.49%-
HSV(B)13.5º47.06%33.33%-
XYZ5.544.763.11-
YUV62.24118.27144.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 54 (21.48% from 255) = 29.35%
BLUE value IS 45 (17.97% from 255) = 24.46%
R=46.20%
G=29.35%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85544500.360.470.6713.530.7725.49
Hex55362D0242F43e1f19
Octal125665504457103163731
Binary10101011101101011010100100101111100001111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55362D; }

 p { color: rgb(85,54,45); }

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

<style>
 a { background-color: #55362D; }

 a { background-color: rgb(85,54,45); }

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

<style>
 span { border-color: #55362D; }

 span { border-color: rgb(85,54,45); }

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