#455127

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

Shades of Bronzetone #455127

Tints of Bronzetone #455127

Color information

#455127 (or 0x455127) is unknown color: approx Bronzetone. HEX triplet: 45, 51 and 27. RGB value is (69,81,39). Sum of RGB (Red+Green+Blue) = 69+81+39=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 81 - color contains mainly: green. Hex color #455127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455127 is #BAAED8. Grayscale: #484848. Windows color (decimal): -12234457 or 2576709. OLE color: 2576709.

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

Color convert

RGB698139-
CMYK0.1500.520.68
HSL77.14º35%23.53%-
HSV(B)77.14º51.85%31.76%-
XYZ5.767.33.02-
YUV72.62109.02125.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.51%
GREEN value IS 81 (32.03% from 255) = 42.86%
BLUE value IS 39 (15.62% from 255) = 20.63%
R=36.51%
G=42.86%
B=20.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6981390.1500.520.6877.143523.53
Hex455127F034444d2318
Octal10512147170641041154330
Binary10001011010001100111111101101001000100100110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455127; }

 p { color: rgb(69,81,39); }

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

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

 a { background-color: rgb(69,81,39); }

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

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

 span { border-color: rgb(69,81,39); }

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