#483E30

Color #483E30 Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #483E30

Tints of Deep Bronze #483E30

Color information

#483E30 (or 0x483E30) is unknown color: approx Deep Bronze. HEX triplet: 48, 3E and 30. RGB value is (72,62,48). Sum of RGB (Red+Green+Blue) = 72+62+48=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #483E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E30 is #B7C1CF. Grayscale: #3F3F3F. Windows color (decimal): -12042704 or 3161672. OLE color: 3161672.

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

Color convert

RGB726248-
CMYK00.140.330.72
HSL35º20%23.53%-
HSV(B)35º33.33%28.24%-
XYZ4.935.043.51-
YUV63.39119.31134.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 62 (24.61% from 255) = 34.07%
BLUE value IS 48 (19.14% from 255) = 26.37%
R=39.56%
G=34.07%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72624800.140.330.72352023.53
Hex483E300E2148231418
Octal110766001641110432430
Binary10010001111101100000111010000110010001000111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #483E30;
 }
 .AnyTagClassName
 {
   color: #483E30;
 }
</style>
background-color css

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

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

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

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

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

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