Html Css Color HEX #48403D Paco

📋 copy color: '#48403D'

red 72 ◦ green 64 ◦ blue 61

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

Shades of Paco #48403D

Tints of Paco #48403D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.96%

R = 36.55%
G = 32.49%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#48403D (or 0x48403D) is known color: Paco. HEX triplet: 48, 40 and 3D. RGB value is (72,64,61). Sum of RGB (Red+Green+Blue) = 72+64+61=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 72 - color contains mainly: red. Hex color #48403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48403D is #B7BFC2. Grayscale: #424242. Windows color (decimal): -12042179 or 4014152. OLE color: 4014152.

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

Color convert

RGB 72 64 61 -
CMYK 0 0.11 0.15 0.72
HSL 16.36º 0.08% 0.26% -
HSV(B) 16.36º 0.15% 0.28% -
XYZ 5.35 5.38 5.17 -
YUV 66.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 72 64 61 0 0.11 0.15 0.72 16.36 0.08 0.26
Hex 48 40 3D 0 B F 48 10 8 1A
Octal 110 100 75 0 13 17 110 20 10 32
Binary 1001000 1000000 111101 0 1011 1111 1001000 10000 1000 11010

Color Harmonies of #48403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48403D

Black with #48403D

Text Example


Text Example

White with #48403D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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