#54352E

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

Shades of Redwood #54352E

Tints of Redwood #54352E

Color information

#54352E (or 0x54352E) is unknown color: approx Redwood. HEX triplet: 54, 35 and 2E. RGB value is (84,53,46). Sum of RGB (Red+Green+Blue) = 84+53+46=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #54352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54352E is #ABCAD1. Grayscale: #3D3D3D. Windows color (decimal): -11258578 or 3028308. OLE color: 3028308.

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

Color convert

RGB845346-
CMYK00.370.450.67
HSL11.05º29.23%25.49%-
HSV(B)11.05º45.24%32.94%-
XYZ5.424.633.19-
YUV61.47119.27144.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.90%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 46 (18.36% from 255) = 25.14%
R=45.90%
G=28.96%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84534600.370.450.6711.0529.2325.49
Hex54352E0252D43b1d19
Octal124655604555103133531
Binary10101001101011011100100101101101100001110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,53,46); }

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

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

 a { background-color: rgb(84,53,46); }

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

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

 span { border-color: rgb(84,53,46); }

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