Html Css Color HEX #48423F Paco

📋 copy color: '#48423F'

red 72 ◦ green 66 ◦ blue 63

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

Shades of Paco #48423F

Tints of Paco #48423F

RGB

 RED value IS 72 (28.52% from 255) = 35.82%

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

 BLUE value IS 63 (25% from 255) = 31.34%

R = 35.82%
G = 32.84%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48423F (or 0x48423F) is known color: Paco. HEX triplet: 48, 42 and 3F. RGB value is (72,66,63). Sum of RGB (Red+Green+Blue) = 72+66+63=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 72 - color contains mainly: red. Hex color #48423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48423F is #B7BDC0. Grayscale: #434343. Windows color (decimal): -12041665 or 4145736. OLE color: 4145736.

HSL color Cylindrical-coordinate representation of color #48423F: hue angle of 20º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #48423F is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 66 63 -
CMYK 0 0.08 0.12 0.72
HSL 20º 0.07% 0.26% -
HSV(B) 20º 0.13% 0.28% -
XYZ 5.52 5.63 5.5 -
YUV 67.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 72 66 63 0 0.08 0.12 0.72 20 0.07 0.26
Hex 48 42 3F 0 8 C 48 14 7 1A
Octal 110 102 77 0 10 14 110 24 7 32
Binary 1001000 1000010 111111 0 1000 1100 1001000 10100 111 11010

Color Harmonies of #48423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48423F

Black with #48423F

Text Example


Text Example

White with #48423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48423F; }

 p { color: rgb(72,66,63); }

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

background-color css

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

 a { background-color: rgb(72,66,63); }

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

border-color css

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

 span { border-color: rgb(72,66,63); }

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