#534541

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

Shades of Crater Brown #534541

Tints of Crater Brown #534541

Color information

#534541 (or 0x534541) is unknown color: approx Crater Brown. HEX triplet: 53, 45 and 41. RGB value is (83,69,65). Sum of RGB (Red+Green+Blue) = 83+69+65=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #534541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534541 is #ACBABE. Grayscale: #484848. Windows color (decimal): -11319999 or 4277587. OLE color: 4277587.

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

Color convert

RGB836965-
CMYK00.170.220.67
HSL13.33º12.16%29.02%-
HSV(B)13.33º21.69%32.55%-
XYZ6.656.485.9-
YUV72.73123.64135.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.25%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 65 (25.78% from 255) = 29.95%
R=38.25%
G=31.80%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83696500.170.220.6713.3312.1629.02
Hex5345410111643dc1d
Octal12310510102126103151435
Binary1010011100010110000010100011011010000111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534541; }

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

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

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

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

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

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

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

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