Html Css Color HEX #483E38 Paco

📋 copy color: '#483E38'

red 72 ◦ green 62 ◦ blue 56

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

Shades of Paco #483E38

Tints of Paco #483E38

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.63%

 BLUE value IS 56 (22.27% from 255) = 29.47%

R = 37.89%
G = 32.63%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#483E38 (or 0x483E38) is known color: Paco. HEX triplet: 48, 3E and 38. RGB value is (72,62,56). Sum of RGB (Red+Green+Blue) = 72+62+56=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 72 - color contains mainly: red. Hex color #483E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E38 is #B7C1C7. Grayscale: #404040. Windows color (decimal): -12042696 or 3685960. OLE color: 3685960.

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

Color convert

RGB 72 62 56 -
CMYK 0 0.14 0.22 0.72
HSL 22.5º 0.13% 0.25% -
HSV(B) 22.5º 0.22% 0.28% -
XYZ 5.11 5.11 4.46 -
YUV 64.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 72 62 56 0 0.14 0.22 0.72 22.5 0.13 0.25
Hex 48 3E 38 0 E 16 48 16 C 19
Octal 110 76 70 0 16 26 110 26 14 31
Binary 1001000 111110 111000 0 1110 10110 1001000 10110 1100 11001

Color Harmonies of #483E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E38

Black with #483E38

Text Example


Text Example

White with #483E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,62,56); }

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

background-color css

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

 a { background-color: rgb(72,62,56); }

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

border-color css

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

 span { border-color: rgb(72,62,56); }

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