#534542

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

Shades of Crater Brown #534542

Tints of Crater Brown #534542

Color information

#534542 (or 0x534542) is unknown color: approx Crater Brown. HEX triplet: 53, 45 and 42. RGB value is (83,69,66). Sum of RGB (Red+Green+Blue) = 83+69+66=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #534542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534542 is #ACBABD. Grayscale: #484848. Windows color (decimal): -11319998 or 4343123. OLE color: 4343123.

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

Color convert

RGB836966-
CMYK00.170.200.67
HSL10.59º11.41%29.22%-
HSV(B)10.59º20.48%32.55%-
XYZ6.686.496.05-
YUV72.84124.14135.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 66 (26.17% from 255) = 30.28%
R=38.07%
G=31.65%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83696600.170.200.6710.5911.4129.22
Hex5345420111443bb1d
Octal12310510202124103131335
Binary1010011100010110000100100011010010000111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534542; }

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

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

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

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

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

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

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

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