Html Css Color HEX #483F32 Deep Bronze

📋 copy color: '#483F32'

red 72 ◦ green 63 ◦ blue 50

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

Shades of Deep Bronze #483F32

Tints of Deep Bronze #483F32

RGB

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

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

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

R = 38.92%
G = 34.05%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#483F32 (or 0x483F32) is known color: Deep Bronze. HEX triplet: 48, 3F and 32. RGB value is (72,63,50). Sum of RGB (Red+Green+Blue) = 72+63+50=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 72 - color contains mainly: red. Hex color #483F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F32 is #B7C0CD. Grayscale: #404040. Windows color (decimal): -12042446 or 3293000. OLE color: 3293000.

HSL color Cylindrical-coordinate representation of color #483F32: hue angle of 35.45º 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 #483F32 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 63 50 -
CMYK 0 0.12 0.31 0.72
HSL 35.45º 0.18% 0.24% -
HSV(B) 35.45º 0.31% 0.28% -
XYZ 5.03 5.16 3.75 -
YUV 64.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 72 63 50 0 0.12 0.31 0.72 35.45 0.18 0.24
Hex 48 3F 32 0 C 1F 48 23 12 18
Octal 110 77 62 0 14 37 110 43 22 30
Binary 1001000 111111 110010 0 1100 11111 1001000 100011 10010 11000

Color Harmonies of #483F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F32

Black with #483F32

Text Example


Text Example

White with #483F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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