#534141

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

Shades of Woody Brown #534141

Tints of Woody Brown #534141

Color information

#534141 (or 0x534141) is unknown color: approx Woody Brown. HEX triplet: 53, 41 and 41. RGB value is (83,65,65). Sum of RGB (Red+Green+Blue) = 83+65+65=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #534141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534141 is #ACBEBE. Grayscale: #464646. Windows color (decimal): -11321023 or 4276563. OLE color: 4276563.

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

Color convert

RGB836565-
CMYK00.220.220.67
HSL12.16%29.02%-
HSV(B)21.69%32.55%-
XYZ6.4165.82-
YUV70.38124.96137-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 65 (25.78% from 255) = 30.52%
R=38.97%
G=30.52%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83656500.220.220.67012.1629.02
Hex53414101616430c1d
Octal1231011010262610301435
Binary1010011100000110000010101101011010000110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534141; }

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

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

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

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

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

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

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

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