Html Css Color HEX #53423B Paco

📋 copy color: '#53423B'

red 83 ◦ green 66 ◦ blue 59

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

Shades of Paco #53423B

Tints of Paco #53423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.73%

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

R = 39.9%
G = 31.73%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#53423B (or 0x53423B) is known color: Paco. HEX triplet: 53, 42 and 3B. RGB value is (83,66,59). Sum of RGB (Red+Green+Blue) = 83+66+59=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #53423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53423B is #ACBDC4. Grayscale: #464646. Windows color (decimal): -11320773 or 3883603. OLE color: 3883603.

HSL color Cylindrical-coordinate representation of color #53423B: hue angle of 17.5º 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 #53423B is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 66 59 -
CMYK 0 0.20 0.29 0.67
HSL 17.5º 0.17% 0.28% -
HSV(B) 17.5º 0.29% 0.33% -
XYZ 6.3 6.05 4.97 -
YUV 70.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 83 66 59 0 0.20 0.29 0.67 17.5 0.17 0.28
Hex 53 42 3B 0 14 1D 43 12 11 1C
Octal 123 102 73 0 24 35 103 22 21 34
Binary 1010011 1000010 111011 0 10100 11101 1000011 10010 10001 11100

Color Harmonies of #53423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53423B

Black with #53423B

Text Example


Text Example

White with #53423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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