Html Css Color HEX #534448 Emperor

📋 copy color: '#534448'

red 83 ◦ green 68 ◦ blue 72

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

Shades of Emperor #534448

Tints of Emperor #534448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.49%

 BLUE value IS 72 (28.52% from 255) = 32.29%

R = 37.22%
G = 30.49%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#534448 (or 0x534448) is known color: Emperor. HEX triplet: 53, 44 and 48. RGB value is (83,68,72). Sum of RGB (Red+Green+Blue) = 83+68+72=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 83 - color contains mainly: red. Hex color #534448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534448 is #ACBBB7. Grayscale: #484848. Windows color (decimal): -11320248 or 4736083. OLE color: 4736083.

HSL color Cylindrical-coordinate representation of color #534448: hue angle of 344º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #534448 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 68 72 -
CMYK 0 0.18 0.13 0.67
HSL 344º 0.1% 0.3% -
HSV(B) 344º 0.18% 0.33% -
XYZ 6.8 6.44 7.02 -
YUV 72.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 83 68 72 0 0.18 0.13 0.67 344 0.1 0.3
Hex 53 44 48 0 12 D 43 158 A 1E
Octal 123 104 110 0 22 15 103 530 12 36
Binary 1010011 1000100 1001000 0 10010 1101 1000011 101011000 1010 11110

Color Harmonies of #534448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534448

Black with #534448

Text Example


Text Example

White with #534448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534448; }

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

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

background-color css

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

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

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

border-color css

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

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

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