#534440

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

Shades of Crater Brown #534440

Tints of Crater Brown #534440

Color information

#534440 (or 0x534440) is unknown color: approx Crater Brown. HEX triplet: 53, 44 and 40. RGB value is (83,68,64). Sum of RGB (Red+Green+Blue) = 83+68+64=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #534440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534440 is #ACBBBF. Grayscale: #484848. Windows color (decimal): -11320256 or 4211795. OLE color: 4211795.

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

Color convert

RGB836864-
CMYK00.180.230.67
HSL12.63º12.93%28.82%-
HSV(B)12.63º22.89%32.55%-
XYZ6.566.345.73-
YUV72.03123.47135.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=38.60%
G=31.63%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83686400.180.230.6712.6312.9328.82
Hex5344400121743dd1d
Octal12310410002227103151535
Binary1010011100010010000000100101011110000111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534440; }

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

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

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

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

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

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

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

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