Html Css Color HEX #483F3A Paco

📋 copy color: '#483F3A'

red 72 ◦ green 63 ◦ blue 58

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

Shades of Paco #483F3A

Tints of Paco #483F3A

RGB

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

 GREEN value IS 63 (25% from 255) = 32.64%

 BLUE value IS 58 (23.05% from 255) = 30.05%

R = 37.31%
G = 32.64%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#483F3A (or 0x483F3A) is known color: Paco. HEX triplet: 48, 3F and 3A. RGB value is (72,63,58). Sum of RGB (Red+Green+Blue) = 72+63+58=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 72 - color contains mainly: red. Hex color #483F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F3A is #B7C0C5. Grayscale: #414141. Windows color (decimal): -12042438 or 3817288. OLE color: 3817288.

HSL color Cylindrical-coordinate representation of color #483F3A: hue angle of 21.43º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #483F3A is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 63 58 -
CMYK 0 0.12 0.19 0.72
HSL 21.43º 0.11% 0.25% -
HSV(B) 21.43º 0.19% 0.28% -
XYZ 5.21 5.24 4.74 -
YUV 65.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 72 63 58 0 0.12 0.19 0.72 21.43 0.11 0.25
Hex 48 3F 3A 0 C 13 48 15 B 19
Octal 110 77 72 0 14 23 110 25 13 31
Binary 1001000 111111 111010 0 1100 10011 1001000 10101 1011 11001

Color Harmonies of #483F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F3A

Black with #483F3A

Text Example


Text Example

White with #483F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483F3A; }

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

 H1.HeaderClassName
 {
   color: #483F3A;
 }
 .AnyTagClassName
 {
   color: #483F3A;
 }
</style>

background-color css

<style>
 a { background-color: #483F3A; }

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

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

border-color css

<style>
 span { border-color: #483F3A; }

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

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