#54362E

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

Shades of Redwood #54362E

Tints of Redwood #54362E

Color information

#54362E (or 0x54362E) is unknown color: approx Redwood. HEX triplet: 54, 36 and 2E. RGB value is (84,54,46). Sum of RGB (Red+Green+Blue) = 84+54+46=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 84 - color contains mainly: red. Hex color #54362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54362E is #ABC9D1. Grayscale: #3E3E3E. Windows color (decimal): -11258322 or 3028564. OLE color: 3028564.

HSL color Cylindrical-coordinate representation of color #54362E: hue angle of 12.63º 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 #54362E is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB845446-
CMYK00.360.450.67
HSL12.63º29.23%25.49%-
HSV(B)12.63º45.24%32.94%-
XYZ5.474.723.21-
YUV62.06118.94143.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.65%
GREEN value IS 54 (21.48% from 255) = 29.35%
BLUE value IS 46 (18.36% from 255) = 25%
R=45.65%
G=29.35%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84544600.360.450.6712.6329.2325.49
Hex54362E0242D43d1d19
Octal124665604455103153531
Binary10101001101101011100100100101101100001111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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