#534543

Color #534543 Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #534543

Tints of Woody Brown #534543

Color information

#534543 (or 0x534543) is unknown color: approx Woody Brown. HEX triplet: 53, 45 and 43. RGB value is (83,69,67). Sum of RGB (Red+Green+Blue) = 83+69+67=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #534543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534543 is #ACBABC. Grayscale: #484848. Windows color (decimal): -11319997 or 4408659. OLE color: 4408659.

HSL color Cylindrical-coordinate representation of color #534543: hue angle of 7.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #534543 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB836967-
CMYK00.170.190.67
HSL7.5º10.67%29.41%-
HSV(B)7.5º19.28%32.55%-
XYZ6.716.56.21-
YUV72.96124.64135.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.90%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 67 (26.56% from 255) = 30.59%
R=37.90%
G=31.51%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83696700.170.190.677.510.6729.41
Hex53454301113438b1d
Octal12310510302123103101335
Binary1010011100010110000110100011001110000111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534543; }

 p { color: rgb(83,69,67); }

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

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

 a { background-color: rgb(83,69,67); }

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

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

 span { border-color: rgb(83,69,67); }

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