Html Css Color HEX #455321 Bronzetone

📋 copy color: '#455321'

red 69 ◦ green 83 ◦ blue 33

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

Shades of Bronzetone #455321

Tints of Bronzetone #455321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.86%

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

R = 37.3%
G = 44.86%
B = 17.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#455321 (or 0x455321) is known color: Bronzetone. HEX triplet: 45, 53 and 21. RGB value is (69,83,33). Sum of RGB (Red+Green+Blue) = 69+83+33=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #455321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455321 is #BAACDE. Grayscale: #494949. Windows color (decimal): -12233951 or 2184005. OLE color: 2184005.

HSL color Cylindrical-coordinate representation of color #455321: hue angle of 76.8º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #455321 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 83 33 -
CMYK 0.17 0 0.60 0.67
HSL 76.8º 0.43% 0.23% -
HSV(B) 76.8º 0.6% 0.33% -
XYZ 5.82 7.56 2.59 -
YUV 73.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 69 83 33 0.17 0 0.60 0.67 76.8 0.43 0.23
Hex 45 53 21 11 0 3C 43 4D 2B 17
Octal 105 123 41 21 0 74 103 115 53 27
Binary 1000101 1010011 100001 10001 0 111100 1000011 1001101 101011 10111

Color Harmonies of #455321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455321

Black with #455321

Text Example


Text Example

White with #455321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455321; }

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

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

background-color css

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

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

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

border-color css

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

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

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