Html Css Color HEX #455021 Bronzetone

📋 copy color: '#455021'

red 69 ◦ green 80 ◦ blue 33

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

Shades of Bronzetone #455021

Tints of Bronzetone #455021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.13%

R = 37.91%
G = 43.96%
B = 18.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#455021 (or 0x455021) is known color: Bronzetone. HEX triplet: 45, 50 and 21. RGB value is (69,80,33). Sum of RGB (Red+Green+Blue) = 69+80+33=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #455021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455021 is #BAAFDE. Grayscale: #474747. Windows color (decimal): -12234719 or 2183237. OLE color: 2183237.

HSL color Cylindrical-coordinate representation of color #455021: hue angle of 74.04º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #455021 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 80 33 -
CMYK 0.14 0 0.59 0.69
HSL 74.04º 0.42% 0.22% -
HSV(B) 74.04º 0.59% 0.31% -
XYZ 5.6 7.11 2.52 -
YUV 71.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 69 80 33 0.14 0 0.59 0.69 74.04 0.42 0.22
Hex 45 50 21 E 0 3B 45 4A 2A 16
Octal 105 120 41 16 0 73 105 112 52 26
Binary 1000101 1010000 100001 1110 0 111011 1000101 1001010 101010 10110

Color Harmonies of #455021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455021

Black with #455021

Text Example


Text Example

White with #455021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455021; }

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

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

background-color css

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

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

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

border-color css

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

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

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