#54342F

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

Shades of Redwood #54342F

Tints of Redwood #54342F

Color information

#54342F (or 0x54342F) is unknown color: approx Redwood. HEX triplet: 54, 34 and 2F. RGB value is (84,52,47). Sum of RGB (Red+Green+Blue) = 84+52+47=183 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.90% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 84 - color contains mainly: red. Hex color #54342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54342F is #ABCBD0. Grayscale: #3D3D3D. Windows color (decimal): -11258833 or 3093588. OLE color: 3093588.

HSL color Cylindrical-coordinate representation of color #54342F: hue angle of 8.11º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54342F is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB845247-
CMYK00.380.440.67
HSL8.11º28.24%25.69%-
HSV(B)8.11º44.05%32.94%-
XYZ5.44.553.28-
YUV61120.1144.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.90%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 47 (18.75% from 255) = 25.68%
R=45.90%
G=28.42%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84524700.380.440.678.1128.2425.69
Hex54342F0262C4381c1a
Octal124645704654103103432
Binary10101001101001011110100110101100100001110001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54342F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54342F; }

 p { color: rgb(84,52,47); }

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

<style>
 a { background-color: #54342F; }

 a { background-color: rgb(84,52,47); }

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

<style>
 span { border-color: #54342F; }

 span { border-color: rgb(84,52,47); }

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