Html Css Color HEX #553D43 Emperor

📋 copy color: '#553D43'

red 85 ◦ green 61 ◦ blue 67

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

Shades of Emperor #553D43

Tints of Emperor #553D43

RGB

 RED value IS 85 (33.59% from 255) = 39.91%

 GREEN value IS 61 (24.22% from 255) = 28.64%

 BLUE value IS 67 (26.56% from 255) = 31.46%

R = 39.91%
G = 28.64%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#553D43 (or 0x553D43) is known color: Emperor. HEX triplet: 55, 3D and 43. RGB value is (85,61,67). Sum of RGB (Red+Green+Blue) = 85+61+67=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #553D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D43 is #AAC2BC. Grayscale: #444444. Windows color (decimal): -11190973 or 4406613. OLE color: 4406613.

HSL color Cylindrical-coordinate representation of color #553D43: hue angle of 345º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #553D43 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 61 67 -
CMYK 0 0.28 0.21 0.67
HSL 345º 0.16% 0.29% -
HSV(B) 345º 0.28% 0.33% -
XYZ 6.43 5.67 6.07 -
YUV 68.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 85 61 67 0 0.28 0.21 0.67 345 0.16 0.29
Hex 55 3D 43 0 1C 15 43 159 10 1D
Octal 125 75 103 0 34 25 103 531 20 35
Binary 1010101 111101 1000011 0 11100 10101 1000011 101011001 10000 11101

Color Harmonies of #553D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D43

Black with #553D43

Text Example


Text Example

White with #553D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553D43; }

 p { color: rgb(85,61,67); }

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

background-color css

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

 a { background-color: rgb(85,61,67); }

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

border-color css

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

 span { border-color: rgb(85,61,67); }

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