#534240

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

Shades of Crater Brown #534240

Tints of Crater Brown #534240

Color information

#534240 (or 0x534240) is unknown color: approx Crater Brown. HEX triplet: 53, 42 and 40. RGB value is (83,66,64). Sum of RGB (Red+Green+Blue) = 83+66+64=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #534240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534240 is #ACBDBF. Grayscale: #464646. Windows color (decimal): -11320768 or 4211283. OLE color: 4211283.

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

Color convert

RGB836664-
CMYK00.200.230.67
HSL6.32º12.93%28.82%-
HSV(B)6.32º22.89%32.55%-
XYZ6.446.115.69-
YUV70.86124.13136.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=38.97%
G=30.99%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83666400.200.230.676.3212.9328.82
Hex53424001417436d1d
Octal1231021000242710361535
Binary101001110000101000000010100101111000011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534240; }

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

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

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

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

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

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

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

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