Html Css Color HEX #445028 Bronzetone

📋 copy color: '#445028'

red 68 ◦ green 80 ◦ blue 40

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

Shades of Bronzetone #445028

Tints of Bronzetone #445028

RGB

 RED value IS 68 (26.95% from 255) = 36.17%

 GREEN value IS 80 (31.64% from 255) = 42.55%

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

R = 36.17%
G = 42.55%
B = 21.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#445028 (or 0x445028) is known color: Bronzetone. HEX triplet: 44, 50 and 28. RGB value is (68,80,40). Sum of RGB (Red+Green+Blue) = 68+80+40=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #445028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445028 is #BBAFD7. Grayscale: #484848. Windows color (decimal): -12300248 or 2641988. OLE color: 2641988.

HSL color Cylindrical-coordinate representation of color #445028: hue angle of 78º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #445028 is Cyan = 0.15, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 40 -
CMYK 0.15 0 0.5 0.69
HSL 78º 0.33% 0.24% -
HSV(B) 78º 0.5% 0.31% -
XYZ 5.64 7.12 3.08 -
YUV 71.85 110.02 125.25 -
System Red Green Blue C M Y K H S L
Decimal 68 80 40 0.15 0 0.5 0.69 78 0.33 0.24
Hex 44 50 28 F 0 32 45 4E 21 18
Octal 104 120 50 17 0 62 105 116 41 30
Binary 1000100 1010000 101000 1111 0 110010 1000101 1001110 100001 11000

Color Harmonies of #445028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445028

Black with #445028

Text Example


Text Example

White with #445028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445028; }

 p { color: rgb(68,80,40); }

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

background-color css

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

 a { background-color: rgb(68,80,40); }

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

border-color css

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

 span { border-color: rgb(68,80,40); }

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