Html Css Color HEX #485328 Bronzetone

📋 copy color: '#485328'

red 72 ◦ green 83 ◦ blue 40

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

Shades of Bronzetone #485328

Tints of Bronzetone #485328

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.56%

 BLUE value IS 40 (16.02% from 255) = 20.51%

R = 36.92%
G = 42.56%
B = 20.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#485328 (or 0x485328) is known color: Bronzetone. HEX triplet: 48, 53 and 28. RGB value is (72,83,40). Sum of RGB (Red+Green+Blue) = 72+83+40=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #485328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485328 is #B7ACD7. Grayscale: #4A4A4A. Windows color (decimal): -12037336 or 2642760. OLE color: 2642760.

HSL color Cylindrical-coordinate representation of color #485328: hue angle of 75.35º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #485328 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 83 40 -
CMYK 0.13 0 0.52 0.67
HSL 75.35º 0.35% 0.24% -
HSV(B) 75.35º 0.52% 0.33% -
XYZ 6.15 7.72 3.17 -
YUV 74.81 108.36 126 -
System Red Green Blue C M Y K H S L
Decimal 72 83 40 0.13 0 0.52 0.67 75.35 0.35 0.24
Hex 48 53 28 D 0 34 43 4B 23 18
Octal 110 123 50 15 0 64 103 113 43 30
Binary 1001000 1010011 101000 1101 0 110100 1000011 1001011 100011 11000

Color Harmonies of #485328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485328

Black with #485328

Text Example


Text Example

White with #485328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485328; }

 p { color: rgb(72,83,40); }

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

background-color css

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

 a { background-color: rgb(72,83,40); }

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

border-color css

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

 span { border-color: rgb(72,83,40); }

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