#534642

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

Shades of Crater Brown #534642

Tints of Crater Brown #534642

Color information

#534642 (or 0x534642) is unknown color: approx Crater Brown. HEX triplet: 53, 46 and 42. RGB value is (83,70,66). Sum of RGB (Red+Green+Blue) = 83+70+66=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #534642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534642 is #ACB9BD. Grayscale: #494949. Windows color (decimal): -11319742 or 4343379. OLE color: 4343379.

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

Color convert

RGB837066-
CMYK00.160.200.67
HSL14.12º11.41%29.22%-
HSV(B)14.12º20.48%32.55%-
XYZ6.746.616.08-
YUV73.43123.81134.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.90%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 66 (26.17% from 255) = 30.14%
R=37.90%
G=31.96%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83706600.160.200.6714.1211.4129.22
Hex5346420101443eb1d
Octal12310610202024103161335
Binary1010011100011010000100100001010010000111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534642; }

 p { color: rgb(83,70,66); }

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

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

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

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

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

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

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