#534340

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

Shades of Crater Brown #534340

Tints of Crater Brown #534340

Color information

#534340 (or 0x534340) is unknown color: approx Crater Brown. HEX triplet: 53, 43 and 40. RGB value is (83,67,64). Sum of RGB (Red+Green+Blue) = 83+67+64=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #534340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534340 is #ACBCBF. Grayscale: #474747. Windows color (decimal): -11320512 or 4211539. OLE color: 4211539.

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

Color convert

RGB836764-
CMYK00.190.230.67
HSL9.47º12.93%28.82%-
HSV(B)9.47º22.89%32.55%-
XYZ6.56.225.71-
YUV71.44123.8136.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.79%
GREEN value IS 67 (26.56% from 255) = 31.31%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=38.79%
G=31.31%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83676400.190.230.679.4712.9328.82
Hex53434001317439d1d
Octal12310310002327103111535
Binary1010011100001110000000100111011110000111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534340; }

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

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

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

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

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

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

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

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