#534341

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

Shades of Crater Brown #534341

Tints of Crater Brown #534341

Color information

#534341 (or 0x534341) is unknown color: approx Crater Brown. HEX triplet: 53, 43 and 41. RGB value is (83,67,65). Sum of RGB (Red+Green+Blue) = 83+67+65=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #534341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534341 is #ACBCBE. Grayscale: #474747. Windows color (decimal): -11320511 or 4277075. OLE color: 4277075.

HSL color Cylindrical-coordinate representation of color #534341: hue angle of 6.67º 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 #534341 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB836765-
CMYK00.190.220.67
HSL6.67º12.16%29.02%-
HSV(B)6.67º21.69%32.55%-
XYZ6.536.235.86-
YUV71.56124.3136.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 67 (26.56% from 255) = 31.16%
BLUE value IS 65 (25.78% from 255) = 30.23%
R=38.60%
G=31.16%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83676500.190.220.676.6712.1629.02
Hex53434101316437c1d
Octal1231031010232610371435
Binary101001110000111000001010011101101000011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534341; }

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

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

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

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

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

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

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

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