Html Css Color HEX #445223 Bronzetone

📋 copy color: '#445223'

red 68 ◦ green 82 ◦ blue 35

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

Shades of Bronzetone #445223

Tints of Bronzetone #445223

RGB

 RED value IS 68 (26.95% from 255) = 36.76%

 GREEN value IS 82 (32.42% from 255) = 44.32%

 BLUE value IS 35 (14.06% from 255) = 18.92%

R = 36.76%
G = 44.32%
B = 18.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#445223 (or 0x445223) is known color: Bronzetone. HEX triplet: 44, 52 and 23. RGB value is (68,82,35). Sum of RGB (Red+Green+Blue) = 68+82+35=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 82 - color contains mainly: green. Hex color #445223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445223 is #BBADDC. Grayscale: #484848. Windows color (decimal): -12299741 or 2314820. OLE color: 2314820.

HSL color Cylindrical-coordinate representation of color #445223: hue angle of 77.87º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #445223 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 82 35 -
CMYK 0.17 0 0.57 0.68
HSL 77.87º 0.4% 0.23% -
HSV(B) 77.87º 0.57% 0.32% -
XYZ 5.7 7.38 2.71 -
YUV 72.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 68 82 35 0.17 0 0.57 0.68 77.87 0.4 0.23
Hex 44 52 23 11 0 39 44 4E 28 17
Octal 104 122 43 21 0 71 104 116 50 27
Binary 1000100 1010010 100011 10001 0 111001 1000100 1001110 101000 10111

Color Harmonies of #445223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445223

Black with #445223

Text Example


Text Example

White with #445223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445223; }

 p { color: rgb(68,82,35); }

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

background-color css

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

 a { background-color: rgb(68,82,35); }

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

border-color css

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

 span { border-color: rgb(68,82,35); }

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