Html Css Color HEX #455421 Bronzetone

📋 copy color: '#455421'

red 69 ◦ green 84 ◦ blue 33

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

Shades of Bronzetone #455421

Tints of Bronzetone #455421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.16%

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

R = 37.1%
G = 45.16%
B = 17.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#455421 (or 0x455421) is known color: Bronzetone. HEX triplet: 45, 54 and 21. RGB value is (69,84,33). Sum of RGB (Red+Green+Blue) = 69+84+33=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #455421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455421 is #BAABDE. Grayscale: #494949. Windows color (decimal): -12233695 or 2184261. OLE color: 2184261.

HSL color Cylindrical-coordinate representation of color #455421: hue angle of 77.65º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #455421 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 84 33 -
CMYK 0.18 0 0.61 0.67
HSL 77.65º 0.44% 0.23% -
HSV(B) 77.65º 0.61% 0.33% -
XYZ 5.9 7.72 2.62 -
YUV 73.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 69 84 33 0.18 0 0.61 0.67 77.65 0.44 0.23
Hex 45 54 21 12 0 3D 43 4E 2C 17
Octal 105 124 41 22 0 75 103 116 54 27
Binary 1000101 1010100 100001 10010 0 111101 1000011 1001110 101100 10111

Color Harmonies of #455421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455421

Black with #455421

Text Example


Text Example

White with #455421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455421; }

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

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

background-color css

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

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

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

border-color css

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

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

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