Html Css Color HEX #484032 Deep Bronze

📋 copy color: '#484032'

red 72 ◦ green 64 ◦ blue 50

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

Shades of Deep Bronze #484032

Tints of Deep Bronze #484032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 26.88%

R = 38.71%
G = 34.41%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#484032 (or 0x484032) is known color: Deep Bronze. HEX triplet: 48, 40 and 32. RGB value is (72,64,50). Sum of RGB (Red+Green+Blue) = 72+64+50=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #484032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484032 is #B7BFCD. Grayscale: #404040. Windows color (decimal): -12042190 or 3293256. OLE color: 3293256.

HSL color Cylindrical-coordinate representation of color #484032: hue angle of 38.18º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #484032 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 64 50 -
CMYK 0 0.11 0.31 0.72
HSL 38.18º 0.18% 0.24% -
HSV(B) 38.18º 0.31% 0.28% -
XYZ 5.08 5.27 3.77 -
YUV 64.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 72 64 50 0 0.11 0.31 0.72 38.18 0.18 0.24
Hex 48 40 32 0 B 1F 48 26 12 18
Octal 110 100 62 0 13 37 110 46 22 30
Binary 1001000 1000000 110010 0 1011 11111 1001000 100110 10010 11000

Color Harmonies of #484032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484032

Black with #484032

Text Example


Text Example

White with #484032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484032; }

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

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

background-color css

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

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

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

border-color css

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

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

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