#455326

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

Shades of Bronzetone #455326

Tints of Bronzetone #455326

Color information

#455326 (or 0x455326) is unknown color: approx Bronzetone. HEX triplet: 45, 53 and 26. RGB value is (69,83,38). Sum of RGB (Red+Green+Blue) = 69+83+38=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #455326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455326 is #BAACD9. Grayscale: #494949. Windows color (decimal): -12233946 or 2511685. OLE color: 2511685.

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

Color convert

RGB698338-
CMYK0.1700.540.67
HSL78.67º37.19%23.73%-
HSV(B)78.67º54.22%32.55%-
XYZ5.97.592.99-
YUV73.68107.86124.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.32%
GREEN value IS 83 (32.81% from 255) = 43.68%
BLUE value IS 38 (15.23% from 255) = 20%
R=36.32%
G=43.68%
B=20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6983380.1700.540.6778.6737.1923.73
Hex45532611036434f2518
Octal10512346210661031174530
Binary100010110100111001101000101101101000011100111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455326; }

 p { color: rgb(69,83,38); }

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

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

 a { background-color: rgb(69,83,38); }

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

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

 span { border-color: rgb(69,83,38); }

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