Html Css Color HEX #53413A Paco

📋 copy color: '#53413A'

red 83 ◦ green 65 ◦ blue 58

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

Shades of Paco #53413A

Tints of Paco #53413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.55%

 BLUE value IS 58 (23.05% from 255) = 28.16%

R = 40.29%
G = 31.55%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#53413A (or 0x53413A) is known color: Paco. HEX triplet: 53, 41 and 3A. RGB value is (83,65,58). Sum of RGB (Red+Green+Blue) = 83+65+58=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #53413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53413A is #ACBEC5. Grayscale: #454545. Windows color (decimal): -11321030 or 3817811. OLE color: 3817811.

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

Color convert

RGB 83 65 58 -
CMYK 0 0.22 0.30 0.67
HSL 16.8º 0.18% 0.28% -
HSV(B) 16.8º 0.3% 0.33% -
XYZ 6.22 5.93 4.82 -
YUV 69.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 83 65 58 0 0.22 0.30 0.67 16.8 0.18 0.28
Hex 53 41 3A 0 16 1E 43 11 12 1C
Octal 123 101 72 0 26 36 103 21 22 34
Binary 1010011 1000001 111010 0 10110 11110 1000011 10001 10010 11100

Color Harmonies of #53413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53413A

Black with #53413A

Text Example


Text Example

White with #53413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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