Html Css Color HEX #455121 Bronzetone

📋 copy color: '#455121'

red 69 ◦ green 81 ◦ blue 33

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

Shades of Bronzetone #455121

Tints of Bronzetone #455121

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.26%

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

R = 37.7%
G = 44.26%
B = 18.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#455121 (or 0x455121) is known color: Bronzetone. HEX triplet: 45, 51 and 21. RGB value is (69,81,33). Sum of RGB (Red+Green+Blue) = 69+81+33=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #455121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455121 is #BAAEDE. Grayscale: #484848. Windows color (decimal): -12234463 or 2183493. OLE color: 2183493.

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

Color convert

RGB 69 81 33 -
CMYK 0.15 0 0.59 0.68
HSL 75º 0.42% 0.22% -
HSV(B) 75º 0.59% 0.32% -
XYZ 5.67 7.26 2.54 -
YUV 71.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 69 81 33 0.15 0 0.59 0.68 75 0.42 0.22
Hex 45 51 21 F 0 3B 44 4B 2A 16
Octal 105 121 41 17 0 73 104 113 52 26
Binary 1000101 1010001 100001 1111 0 111011 1000100 1001011 101010 10110

Color Harmonies of #455121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455121

Black with #455121

Text Example


Text Example

White with #455121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455121; }

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

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

background-color css

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

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

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

border-color css

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

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

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