Html Css Color HEX #534641 Paco

📋 copy color: '#534641'

red 83 ◦ green 70 ◦ blue 65

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

Shades of Paco #534641

Tints of Paco #534641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.82%

R = 38.07%
G = 32.11%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#534641 (or 0x534641) is known color: Paco. HEX triplet: 53, 46 and 41. RGB value is (83,70,65). Sum of RGB (Red+Green+Blue) = 83+70+65=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #534641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534641 is #ACB9BE. Grayscale: #494949. Windows color (decimal): -11319743 or 4277843. OLE color: 4277843.

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

Color convert

RGB 83 70 65 -
CMYK 0 0.16 0.22 0.67
HSL 16.67º 0.12% 0.29% -
HSV(B) 16.67º 0.22% 0.33% -
XYZ 6.71 6.6 5.92 -
YUV 73.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 83 70 65 0 0.16 0.22 0.67 16.67 0.12 0.29
Hex 53 46 41 0 10 16 43 11 C 1D
Octal 123 106 101 0 20 26 103 21 14 35
Binary 1010011 1000110 1000001 0 10000 10110 1000011 10001 1100 11101

Color Harmonies of #534641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534641

Black with #534641

Text Example


Text Example

White with #534641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534641; }

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

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

background-color css

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

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

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

border-color css

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

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

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