Html Css Color HEX #52423B Paco

📋 copy color: '#52423B'

red 82 ◦ green 66 ◦ blue 59

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

Shades of Paco #52423B

Tints of Paco #52423B

RGB

 RED value IS 82 (32.42% from 255) = 39.61%

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

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

R = 39.61%
G = 31.88%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#52423B (or 0x52423B) is known color: Paco. HEX triplet: 52, 42 and 3B. RGB value is (82,66,59). Sum of RGB (Red+Green+Blue) = 82+66+59=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #52423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52423B is #ADBDC4. Grayscale: #464646. Windows color (decimal): -11386309 or 3883602. OLE color: 3883602.

HSL color Cylindrical-coordinate representation of color #52423B: hue angle of 18.26º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52423B is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 66 59 -
CMYK 0 0.20 0.28 0.68
HSL 18.26º 0.16% 0.28% -
HSV(B) 18.26º 0.28% 0.32% -
XYZ 6.22 6.01 4.97 -
YUV 69.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 82 66 59 0 0.20 0.28 0.68 18.26 0.16 0.28
Hex 52 42 3B 0 14 1C 44 12 10 1C
Octal 122 102 73 0 24 34 104 22 20 34
Binary 1010010 1000010 111011 0 10100 11100 1000100 10010 10000 11100

Color Harmonies of #52423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52423B

Black with #52423B

Text Example


Text Example

White with #52423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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