Html Css Color HEX #534246 Emperor

📋 copy color: '#534246'

red 83 ◦ green 66 ◦ blue 70

#534246
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emperor #534246

Tints of Emperor #534246

RGB

 RED value IS 83 (32.81% from 255) = 37.9%

 GREEN value IS 66 (26.17% from 255) = 30.14%

 BLUE value IS 70 (27.73% from 255) = 31.96%

R = 37.9%
G = 30.14%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#534246 (or 0x534246) is known color: Emperor. HEX triplet: 53, 42 and 46. RGB value is (83,66,70). Sum of RGB (Red+Green+Blue) = 83+66+70=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #534246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534246 is #ACBDB9. Grayscale: #474747. Windows color (decimal): -11320762 or 4604499. OLE color: 4604499.

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

Color convert

RGB 83 66 70 -
CMYK 0 0.20 0.16 0.67
HSL 345.88º 0.11% 0.29% -
HSV(B) 345.88º 0.2% 0.33% -
XYZ 6.62 6.18 6.64 -
YUV 71.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 83 66 70 0 0.20 0.16 0.67 345.88 0.11 0.29
Hex 53 42 46 0 14 10 43 15A B 1D
Octal 123 102 106 0 24 20 103 532 13 35
Binary 1010011 1000010 1000110 0 10100 10000 1000011 101011010 1011 11101

Color Harmonies of #534246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534246

Black with #534246

Text Example


Text Example

White with #534246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534246; }

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

 H1.HeaderClassName
 {
   color: #534246;
 }
 .AnyTagClassName
 {
   color: #534246;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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