Html Css Color HEX #53413B Paco

📋 copy color: '#53413B'

red 83 ◦ green 65 ◦ blue 59

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

Shades of Paco #53413B

Tints of Paco #53413B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.5%

R = 40.1%
G = 31.4%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#53413B (or 0x53413B) is known color: Paco. HEX triplet: 53, 41 and 3B. RGB value is (83,65,59). Sum of RGB (Red+Green+Blue) = 83+65+59=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #53413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53413B is #ACBEC4. Grayscale: #454545. Windows color (decimal): -11321029 or 3883347. OLE color: 3883347.

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

Color convert

RGB 83 65 59 -
CMYK 0 0.22 0.29 0.67
HSL 15º 0.17% 0.28% -
HSV(B) 15º 0.29% 0.33% -
XYZ 6.25 5.94 4.95 -
YUV 69.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 83 65 59 0 0.22 0.29 0.67 15 0.17 0.28
Hex 53 41 3B 0 16 1D 43 F 11 1C
Octal 123 101 73 0 26 35 103 17 21 34
Binary 1010011 1000001 111011 0 10110 11101 1000011 1111 10001 11100

Color Harmonies of #53413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53413B

Black with #53413B

Text Example


Text Example

White with #53413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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