Html Css Color HEX #485426 Bronzetone

📋 copy color: '#485426'

red 72 ◦ green 84 ◦ blue 38

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

Shades of Bronzetone #485426

Tints of Bronzetone #485426

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.3%

 BLUE value IS 38 (15.23% from 255) = 19.59%

R = 37.11%
G = 43.3%
B = 19.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#485426 (or 0x485426) is known color: Bronzetone. HEX triplet: 48, 54 and 26. RGB value is (72,84,38). Sum of RGB (Red+Green+Blue) = 72+84+38=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #485426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485426 is #B7ABD9. Grayscale: #4B4B4B. Windows color (decimal): -12037082 or 2511944. OLE color: 2511944.

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

Color convert

RGB 72 84 38 -
CMYK 0.14 0 0.55 0.67
HSL 75.65º 0.38% 0.24% -
HSV(B) 75.65º 0.55% 0.33% -
XYZ 6.19 7.86 3.02 -
YUV 75.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 72 84 38 0.14 0 0.55 0.67 75.65 0.38 0.24
Hex 48 54 26 E 0 37 43 4C 26 18
Octal 110 124 46 16 0 67 103 114 46 30
Binary 1001000 1010100 100110 1110 0 110111 1000011 1001100 100110 11000

Color Harmonies of #485426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485426

Black with #485426

Text Example


Text Example

White with #485426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485426; }

 p { color: rgb(72,84,38); }

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

background-color css

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

 a { background-color: rgb(72,84,38); }

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

border-color css

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

 span { border-color: rgb(72,84,38); }

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