Html Css Color HEX #534640 Paco

📋 copy color: '#534640'

red 83 ◦ green 70 ◦ blue 64

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

Shades of Paco #534640

Tints of Paco #534640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.26%

 BLUE value IS 64 (25.39% from 255) = 29.49%

R = 38.25%
G = 32.26%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#534640 (or 0x534640) is known color: Paco. HEX triplet: 53, 46 and 40. RGB value is (83,70,64). Sum of RGB (Red+Green+Blue) = 83+70+64=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #534640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534640 is #ACB9BF. Grayscale: #494949. Windows color (decimal): -11319744 or 4212307. OLE color: 4212307.

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

Color convert

RGB 83 70 64 -
CMYK 0 0.16 0.23 0.67
HSL 18.95º 0.13% 0.29% -
HSV(B) 18.95º 0.23% 0.33% -
XYZ 6.68 6.59 5.77 -
YUV 73.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 83 70 64 0 0.16 0.23 0.67 18.95 0.13 0.29
Hex 53 46 40 0 10 17 43 13 D 1D
Octal 123 106 100 0 20 27 103 23 15 35
Binary 1010011 1000110 1000000 0 10000 10111 1000011 10011 1101 11101

Color Harmonies of #534640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534640

Black with #534640

Text Example


Text Example

White with #534640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534640; }

 p { color: rgb(83,70,64); }

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

background-color css

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

 a { background-color: rgb(83,70,64); }

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

border-color css

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

 span { border-color: rgb(83,70,64); }

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