Html Css Color HEX #444A2D Bronzetone

📋 copy color: '#444A2D'

red 68 ◦ green 74 ◦ blue 45

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

Shades of Bronzetone #444A2D

Tints of Bronzetone #444A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.06%

R = 36.36%
G = 39.57%
B = 24.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.71

RGB Variations

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

Color information

#444A2D (or 0x444A2D) is known color: Bronzetone. HEX triplet: 44, 4A and 2D. RGB value is (68,74,45). Sum of RGB (Red+Green+Blue) = 68+74+45=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 74 - color contains mainly: green. Hex color #444A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A2D is #BBB5D2. Grayscale: #454545. Windows color (decimal): -12301779 or 2968132. OLE color: 2968132.

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

Color convert

RGB 68 74 45 -
CMYK 0.08 0 0.39 0.71
HSL 72.41º 0.24% 0.23% -
HSV(B) 72.41º 0.39% 0.29% -
XYZ 5.31 6.32 3.42 -
YUV 68.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 68 74 45 0.08 0 0.39 0.71 72.41 0.24 0.23
Hex 44 4A 2D 8 0 27 47 48 18 17
Octal 104 112 55 10 0 47 107 110 30 27
Binary 1000100 1001010 101101 1000 0 100111 1000111 1001000 11000 10111

Color Harmonies of #444A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A2D

Black with #444A2D

Text Example


Text Example

White with #444A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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