#54352C

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

Shades of Redwood #54352C

Tints of Redwood #54352C

Color information

#54352C (or 0x54352C) is unknown color: approx Redwood. HEX triplet: 54, 35 and 2C. RGB value is (84,53,44). Sum of RGB (Red+Green+Blue) = 84+53+44=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #54352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54352C is #ABCAD3. Grayscale: #3D3D3D. Windows color (decimal): -11258580 or 2897236. OLE color: 2897236.

HSL color Cylindrical-coordinate representation of color #54352C: 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.48%. Process color model (Four color, CMYK) of #54352C is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB845344-
CMYK00.370.480.67
HSL13.5º31.25%25.1%-
HSV(B)13.5º47.62%32.94%-
XYZ5.384.612.99-
YUV61.24118.27144.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.41%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=46.41%
G=29.28%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84534400.370.480.6713.531.2525.1
Hex54352C0253043e1f19
Octal124655404560103163731
Binary10101001101011011000100101110000100001111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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