Html Css Color HEX #48403B Paco

📋 copy color: '#48403B'

red 72 ◦ green 64 ◦ blue 59

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

Shades of Paco #48403B

Tints of Paco #48403B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.82%

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

R = 36.92%
G = 32.82%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48403B (or 0x48403B) is known color: Paco. HEX triplet: 48, 40 and 3B. RGB value is (72,64,59). Sum of RGB (Red+Green+Blue) = 72+64+59=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 72 - color contains mainly: red. Hex color #48403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48403B is #B7BFC4. Grayscale: #414141. Windows color (decimal): -12042181 or 3883080. OLE color: 3883080.

HSL color Cylindrical-coordinate representation of color #48403B: hue angle of 23.08º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #48403B is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 64 59 -
CMYK 0 0.11 0.18 0.72
HSL 23.08º 0.1% 0.26% -
HSV(B) 23.08º 0.18% 0.28% -
XYZ 5.3 5.36 4.89 -
YUV 65.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 72 64 59 0 0.11 0.18 0.72 23.08 0.1 0.26
Hex 48 40 3B 0 B 12 48 17 A 1A
Octal 110 100 73 0 13 22 110 27 12 32
Binary 1001000 1000000 111011 0 1011 10010 1001000 10111 1010 11010

Color Harmonies of #48403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48403B

Black with #48403B

Text Example


Text Example

White with #48403B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,64,59); }

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

background-color css

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

 a { background-color: rgb(72,64,59); }

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

border-color css

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

 span { border-color: rgb(72,64,59); }

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