Html Css Color HEX #53424B Liver

📋 copy color: '#53424B'

red 83 ◦ green 66 ◦ blue 75

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

Shades of Liver #53424B

Tints of Liver #53424B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.48%

R = 37.05%
G = 29.46%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#53424B (or 0x53424B) is known color: Liver. HEX triplet: 53, 42 and 4B. RGB value is (83,66,75). Sum of RGB (Red+Green+Blue) = 83+66+75=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #53424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53424B is #ACBDB4. Grayscale: #484848. Windows color (decimal): -11320757 or 4932179. OLE color: 4932179.

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

Color convert

RGB 83 66 75 -
CMYK 0 0.20 0.10 0.67
HSL 328.24º 0.11% 0.29% -
HSV(B) 328.24º 0.2% 0.33% -
XYZ 6.79 6.24 7.5 -
YUV 72.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 83 66 75 0 0.20 0.10 0.67 328.24 0.11 0.29
Hex 53 42 4B 0 14 A 43 148 B 1D
Octal 123 102 113 0 24 12 103 510 13 35
Binary 1010011 1000010 1001011 0 10100 1010 1000011 101001000 1011 11101

Color Harmonies of #53424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53424B

Black with #53424B

Text Example


Text Example

White with #53424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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