Html Css Color HEX #48413D Paco

📋 copy color: '#48413D'

red 72 ◦ green 65 ◦ blue 61

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

Shades of Paco #48413D

Tints of Paco #48413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.83%

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

R = 36.36%
G = 32.83%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#48413D (or 0x48413D) is known color: Paco. HEX triplet: 48, 41 and 3D. RGB value is (72,65,61). Sum of RGB (Red+Green+Blue) = 72+65+61=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 72 - color contains mainly: red. Hex color #48413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48413D is #B7BEC2. Grayscale: #424242. Windows color (decimal): -12041923 or 4014408. OLE color: 4014408.

HSL color Cylindrical-coordinate representation of color #48413D: hue angle of 21.82º 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 #48413D is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 65 61 -
CMYK 0 0.10 0.15 0.72
HSL 21.82º 0.08% 0.26% -
HSV(B) 21.82º 0.15% 0.28% -
XYZ 5.41 5.5 5.19 -
YUV 66.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 72 65 61 0 0.10 0.15 0.72 21.82 0.08 0.26
Hex 48 41 3D 0 A F 48 16 8 1A
Octal 110 101 75 0 12 17 110 26 10 32
Binary 1001000 1000001 111101 0 1010 1111 1001000 10110 1000 11010

Color Harmonies of #48413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48413D

Black with #48413D

Text Example


Text Example

White with #48413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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