#55342B

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

Shades of Redwood #55342B

Tints of Redwood #55342B

Color information

#55342B (or 0x55342B) is unknown color: approx Redwood. HEX triplet: 55, 34 and 2B. RGB value is (85,52,43). Sum of RGB (Red+Green+Blue) = 85+52+43=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #55342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55342B is #AACBD4. Grayscale: #3C3C3C. Windows color (decimal): -11193301 or 2831445. OLE color: 2831445.

HSL color Cylindrical-coordinate representation of color #55342B: hue angle of 12.86º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55342B is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB855243-
CMYK00.390.490.67
HSL12.86º32.81%25.1%-
HSV(B)12.86º49.41%33.33%-
XYZ5.414.562.88-
YUV60.84117.93145.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 43 (17.19% from 255) = 23.89%
R=47.22%
G=28.89%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85524300.390.490.6712.8632.8125.1
Hex55342B0273143d2119
Octal125645304761103154131
Binary101010111010010101101001111100011000011110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55342B; }

 p { color: rgb(85,52,43); }

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

<style>
 a { background-color: #55342B; }

 a { background-color: rgb(85,52,43); }

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

<style>
 span { border-color: #55342B; }

 span { border-color: rgb(85,52,43); }

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