Html Css Color HEX #533948 Liver

📋 copy color: '#533948'

red 83 ◦ green 57 ◦ blue 72

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

Shades of Liver #533948

Tints of Liver #533948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.89%

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

R = 39.15%
G = 26.89%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#533948 (or 0x533948) is known color: Liver. HEX triplet: 53, 39 and 48. RGB value is (83,57,72). Sum of RGB (Red+Green+Blue) = 83+57+72=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #533948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533948 is #ACC6B7. Grayscale: #424242. Windows color (decimal): -11323064 or 4733267. OLE color: 4733267.

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

Color convert

RGB 83 57 72 -
CMYK 0 0.31 0.13 0.67
HSL 325.38º 0.19% 0.27% -
HSV(B) 325.38º 0.31% 0.33% -
XYZ 6.2 5.23 6.81 -
YUV 66.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 83 57 72 0 0.31 0.13 0.67 325.38 0.19 0.27
Hex 53 39 48 0 1F D 43 145 13 1B
Octal 123 71 110 0 37 15 103 505 23 33
Binary 1010011 111001 1001000 0 11111 1101 1000011 101000101 10011 11011

Color Harmonies of #533948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533948

Black with #533948

Text Example


Text Example

White with #533948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533948; }

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

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

background-color css

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

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

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

border-color css

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

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

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