#534140

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

Shades of Woody Brown #534140

Tints of Woody Brown #534140

Color information

#534140 (or 0x534140) is unknown color: approx Woody Brown. HEX triplet: 53, 41 and 40. RGB value is (83,65,64). Sum of RGB (Red+Green+Blue) = 83+65+64=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #534140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534140 is #ACBEBF. Grayscale: #464646. Windows color (decimal): -11321024 or 4211027. OLE color: 4211027.

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

Color convert

RGB836564-
CMYK00.220.230.67
HSL3.16º12.93%28.82%-
HSV(B)3.16º22.89%32.55%-
XYZ6.385.995.67-
YUV70.27124.46137.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.15%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 64 (25.39% from 255) = 30.19%
R=39.15%
G=30.66%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83656400.220.230.673.1612.9328.82
Hex53414001617433d1d
Octal1231011000262710331535
Binary10100111000001100000001011010111100001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534140; }

 p { color: rgb(83,65,64); }

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

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

 a { background-color: rgb(83,65,64); }

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

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

 span { border-color: rgb(83,65,64); }

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