#54352D

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

Shades of Redwood #54352D

Tints of Redwood #54352D

Color information

#54352D (or 0x54352D) is unknown color: approx Redwood. HEX triplet: 54, 35 and 2D. RGB value is (84,53,45). Sum of RGB (Red+Green+Blue) = 84+53+45=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 84 - color contains mainly: red. Hex color #54352D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54352D is #ABCAD2. Grayscale: #3D3D3D. Windows color (decimal): -11258579 or 2962772. OLE color: 2962772.

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

Color convert

RGB845345-
CMYK00.370.460.67
HSL12.31º30.23%25.29%-
HSV(B)12.31º46.43%32.94%-
XYZ5.44.623.09-
YUV61.36118.77144.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.15%
GREEN value IS 53 (21.09% from 255) = 29.12%
BLUE value IS 45 (17.97% from 255) = 24.73%
R=46.15%
G=29.12%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84534500.370.460.6712.3130.2325.29
Hex54352D0252E43c1e19
Octal124655504556103143631
Binary10101001101011011010100101101110100001111001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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