Html Css Color HEX #455028 Bronzetone

📋 copy color: '#455028'

red 69 ◦ green 80 ◦ blue 40

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

Shades of Bronzetone #455028

Tints of Bronzetone #455028

RGB

 RED value IS 69 (27.34% from 255) = 36.51%

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

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

R = 36.51%
G = 42.33%
B = 21.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#455028 (or 0x455028) is known color: Bronzetone. HEX triplet: 45, 50 and 28. RGB value is (69,80,40). Sum of RGB (Red+Green+Blue) = 69+80+40=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #455028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455028 is #BAAFD7. Grayscale: #484848. Windows color (decimal): -12234712 or 2641989. OLE color: 2641989.

HSL color Cylindrical-coordinate representation of color #455028: hue angle of 76.5º 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 #455028 is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 80 40 -
CMYK 0.14 0 0.5 0.69
HSL 76.5º 0.33% 0.24% -
HSV(B) 76.5º 0.5% 0.31% -
XYZ 5.71 7.16 3.09 -
YUV 72.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 69 80 40 0.14 0 0.5 0.69 76.5 0.33 0.24
Hex 45 50 28 E 0 32 45 4C 21 18
Octal 105 120 50 16 0 62 105 114 41 30
Binary 1000101 1010000 101000 1110 0 110010 1000101 1001100 100001 11000

Color Harmonies of #455028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455028

Black with #455028

Text Example


Text Example

White with #455028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455028; }

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

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

background-color css

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

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

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

border-color css

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

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

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