Html Css Color HEX #53443C Paco

📋 copy color: '#53443C'

red 83 ◦ green 68 ◦ blue 60

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

Shades of Paco #53443C

Tints of Paco #53443C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.44%

R = 39.34%
G = 32.23%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#53443C (or 0x53443C) is known color: Paco. HEX triplet: 53, 44 and 3C. RGB value is (83,68,60). Sum of RGB (Red+Green+Blue) = 83+68+60=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #53443C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53443C is #ACBBC3. Grayscale: #474747. Windows color (decimal): -11320260 or 3949651. OLE color: 3949651.

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

Color convert

RGB 83 68 60 -
CMYK 0 0.18 0.28 0.67
HSL 20.87º 0.16% 0.28% -
HSV(B) 20.87º 0.28% 0.33% -
XYZ 6.45 6.3 5.15 -
YUV 71.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 83 68 60 0 0.18 0.28 0.67 20.87 0.16 0.28
Hex 53 44 3C 0 12 1C 43 15 10 1C
Octal 123 104 74 0 22 34 103 25 20 34
Binary 1010011 1000100 111100 0 10010 11100 1000011 10101 10000 11100

Color Harmonies of #53443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53443C

Black with #53443C

Text Example


Text Example

White with #53443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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