#445023

Color #445023 Bronzetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronzetone #445023

Tints of Bronzetone #445023

Color information

#445023 (or 0x445023) is unknown color: approx Bronzetone. HEX triplet: 44, 50 and 23. RGB value is (68,80,35). Sum of RGB (Red+Green+Blue) = 68+80+35=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #445023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445023 is #BBAFDC. Grayscale: #474747. Windows color (decimal): -12300253 or 2314308. OLE color: 2314308.

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

Color convert

RGB688035-
CMYK0.1500.560.69
HSL76º39.13%22.55%-
HSV(B)76º56.25%31.37%-
XYZ5.567.092.67-
YUV71.28107.52125.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.16%
GREEN value IS 80 (31.64% from 255) = 43.72%
BLUE value IS 35 (14.06% from 255) = 19.13%
R=37.16%
G=43.72%
B=19.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6880350.1500.560.697639.1322.55
Hex445023F038454c2717
Octal10412043170701051144727
Binary10001001010000100011111101110001000101100110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445023; }

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

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

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

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

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

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

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

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