#55362E

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

Shades of Redwood #55362E

Tints of Redwood #55362E

Color information

#55362E (or 0x55362E) is unknown color: approx Redwood. HEX triplet: 55, 36 and 2E. RGB value is (85,54,46). Sum of RGB (Red+Green+Blue) = 85+54+46=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #55362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55362E is #AAC9D1. Grayscale: #3E3E3E. Windows color (decimal): -11192786 or 3028565. OLE color: 3028565.

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

Color convert

RGB855446-
CMYK00.360.460.67
HSL12.31º29.77%25.69%-
HSV(B)12.31º45.88%33.33%-
XYZ5.564.773.21-
YUV62.36118.77144.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 54 (21.48% from 255) = 29.19%
BLUE value IS 46 (18.36% from 255) = 24.86%
R=45.95%
G=29.19%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85544600.360.460.6712.3129.7725.69
Hex55362E0242E43c1e1a
Octal125665604456103143632
Binary10101011101101011100100100101110100001111001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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