Html Css Color HEX #483F31 Deep Bronze

📋 copy color: '#483F31'

red 72 ◦ green 63 ◦ blue 49

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

Shades of Deep Bronze #483F31

Tints of Deep Bronze #483F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.63%

R = 39.13%
G = 34.24%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#483F31 (or 0x483F31) is known color: Deep Bronze. HEX triplet: 48, 3F and 31. RGB value is (72,63,49). Sum of RGB (Red+Green+Blue) = 72+63+49=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #483F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F31 is #B7C0CE. Grayscale: #404040. Windows color (decimal): -12042447 or 3227464. OLE color: 3227464.

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

Color convert

RGB 72 63 49 -
CMYK 0 0.12 0.32 0.72
HSL 36.52º 0.19% 0.24% -
HSV(B) 36.52º 0.32% 0.28% -
XYZ 5 5.15 3.64 -
YUV 64.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 72 63 49 0 0.12 0.32 0.72 36.52 0.19 0.24
Hex 48 3F 31 0 C 20 48 25 13 18
Octal 110 77 61 0 14 40 110 45 23 30
Binary 1001000 111111 110001 0 1100 100000 1001000 100101 10011 11000

Color Harmonies of #483F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F31

Black with #483F31

Text Example


Text Example

White with #483F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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