Html Css Color HEX #444D2E Bronzetone

📋 copy color: '#444D2E'

red 68 ◦ green 77 ◦ blue 46

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

Shades of Bronzetone #444D2E

Tints of Bronzetone #444D2E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 40.31%

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

R = 35.6%
G = 40.31%
B = 24.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.70

RGB Variations

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

Color information

#444D2E (or 0x444D2E) is known color: Bronzetone. HEX triplet: 44, 4D and 2E. RGB value is (68,77,46). Sum of RGB (Red+Green+Blue) = 68+77+46=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 46 (18.36% from 255 or 24.08% from 191); Max value from RGB is 77 - color contains mainly: green. Hex color #444D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444D2E is #BBB2D1. Grayscale: #464646. Windows color (decimal): -12301010 or 3034436. OLE color: 3034436.

HSL color Cylindrical-coordinate representation of color #444D2E: hue angle of 77.42º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #444D2E is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 77 46 -
CMYK 0.12 0 0.40 0.70
HSL 77.42º 0.25% 0.24% -
HSV(B) 77.42º 0.4% 0.3% -
XYZ 5.53 6.73 3.59 -
YUV 70.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 68 77 46 0.12 0 0.40 0.70 77.42 0.25 0.24
Hex 44 4D 2E C 0 28 46 4D 19 18
Octal 104 115 56 14 0 50 106 115 31 30
Binary 1000100 1001101 101110 1100 0 101000 1000110 1001101 11001 11000

Color Harmonies of #444D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444D2E

Black with #444D2E

Text Example


Text Example

White with #444D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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