Html Css Color HEX #444930 Bronzetone

📋 copy color: '#444930'

red 68 ◦ green 73 ◦ blue 48

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

Shades of Bronzetone #444930

Tints of Bronzetone #444930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.4%

R = 35.98%
G = 38.62%
B = 25.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#444930 (or 0x444930) is known color: Bronzetone. HEX triplet: 44, 49 and 30. RGB value is (68,73,48). Sum of RGB (Red+Green+Blue) = 68+73+48=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 73 - color contains mainly: green. Hex color #444930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444930 is #BBB6CF. Grayscale: #444444. Windows color (decimal): -12302032 or 3164484. OLE color: 3164484.

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

Color convert

RGB 68 73 48 -
CMYK 0.07 0 0.34 0.71
HSL 72º 0.21% 0.24% -
HSV(B) 72º 0.34% 0.29% -
XYZ 5.3 6.21 3.72 -
YUV 68.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 68 73 48 0.07 0 0.34 0.71 72 0.21 0.24
Hex 44 49 30 7 0 22 47 48 15 18
Octal 104 111 60 7 0 42 107 110 25 30
Binary 1000100 1001001 110000 111 0 100010 1000111 1001000 10101 11000

Color Harmonies of #444930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444930

Black with #444930

Text Example


Text Example

White with #444930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444930; }

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

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

background-color css

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

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

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

border-color css

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

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

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