Html Css Color HEX #483E30 Deep Bronze

📋 copy color: '#483E30'

red 72 ◦ green 62 ◦ blue 48

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

Shades of Deep Bronze #483E30

Tints of Deep Bronze #483E30

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 value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#483E30 (or 0x483E30) is known color: 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

RGB 72 62 48 -
CMYK 0 0.14 0.33 0.72
HSL 35º 0.2% 0.24% -
HSV(B) 35º 0.33% 0.28% -
XYZ 4.93 5.04 3.51 -
YUV 63.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 72 62 48 0 0.14 0.33 0.72 35 0.2 0.24
Hex 48 3E 30 0 E 21 48 23 14 18
Octal 110 76 60 0 16 41 110 43 24 30
Binary 1001000 111110 110000 0 1110 100001 1001000 100011 10100 11000

Color Harmonies of #483E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E30

Black with #483E30

Text Example


Text Example

White with #483E30

Text Example


Text Example

HTML Codes & Css Web 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>