Html Css Color HEX #44492E Bronzetone

📋 copy color: '#44492E'

red 68 ◦ green 73 ◦ blue 46

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

Shades of Bronzetone #44492E

Tints of Bronzetone #44492E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.04%

 BLUE value IS 46 (18.36% from 255) = 24.6%

R = 36.36%
G = 39.04%
B = 24.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#44492E (or 0x44492E) is known color: Bronzetone. HEX triplet: 44, 49 and 2E. RGB value is (68,73,46). Sum of RGB (Red+Green+Blue) = 68+73+46=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #44492E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44492E is #BBB6D1. Grayscale: #444444. Windows color (decimal): -12302034 or 3033412. OLE color: 3033412.

HSL color Cylindrical-coordinate representation of color #44492E: hue angle of 71.11º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #44492E is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 73 46 -
CMYK 0.07 0 0.37 0.71
HSL 71.11º 0.23% 0.23% -
HSV(B) 71.11º 0.37% 0.29% -
XYZ 5.26 6.19 3.5 -
YUV 68.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 68 73 46 0.07 0 0.37 0.71 71.11 0.23 0.23
Hex 44 49 2E 7 0 25 47 47 17 17
Octal 104 111 56 7 0 45 107 107 27 27
Binary 1000100 1001001 101110 111 0 100101 1000111 1000111 10111 10111

Color Harmonies of #44492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44492E

Black with #44492E

Text Example


Text Example

White with #44492E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44492E; }

 p { color: rgb(68,73,46); }

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

background-color css

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

 a { background-color: rgb(68,73,46); }

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

border-color css

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

 span { border-color: rgb(68,73,46); }

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