Html Css Color HEX #444A32 Bronzetone

📋 copy color: '#444A32'

red 68 ◦ green 74 ◦ blue 50

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

Shades of Bronzetone #444A32

Tints of Bronzetone #444A32

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.54%

 BLUE value IS 50 (19.92% from 255) = 26.04%

R = 35.42%
G = 38.54%
B = 26.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#444A32 (or 0x444A32) is known color: Bronzetone. HEX triplet: 44, 4A and 32. RGB value is (68,74,50). Sum of RGB (Red+Green+Blue) = 68+74+50=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 74 - color contains mainly: green. Hex color #444A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A32 is #BBB5CD. Grayscale: #454545. Windows color (decimal): -12301774 or 3295812. OLE color: 3295812.

HSL color Cylindrical-coordinate representation of color #444A32: hue angle of 75º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #444A32 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 68 74 50 -
CMYK 0.08 0 0.32 0.71
HSL 75º 0.19% 0.24% -
HSV(B) 75º 0.32% 0.29% -
XYZ 5.41 6.36 3.96 -
YUV 69.47 117.01 126.95 -
System Red Green Blue C M Y K H S L
Decimal 68 74 50 0.08 0 0.32 0.71 75 0.19 0.24
Hex 44 4A 32 8 0 20 47 4B 13 18
Octal 104 112 62 10 0 40 107 113 23 30
Binary 1000100 1001010 110010 1000 0 100000 1000111 1001011 10011 11000

Color Harmonies of #444A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A32

Black with #444A32

Text Example


Text Example

White with #444A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,74,50); }

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

background-color css

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

 a { background-color: rgb(68,74,50); }

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

border-color css

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

 span { border-color: rgb(68,74,50); }

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