Html Css Color HEX #444B29 Bronzetone

📋 copy color: '#444B29'

red 68 ◦ green 75 ◦ blue 41

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

Shades of Bronzetone #444B29

Tints of Bronzetone #444B29

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.76%

 BLUE value IS 41 (16.41% from 255) = 22.28%

R = 36.96%
G = 40.76%
B = 22.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#444B29 (or 0x444B29) is known color: Bronzetone. HEX triplet: 44, 4B and 29. RGB value is (68,75,41). Sum of RGB (Red+Green+Blue) = 68+75+41=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 75 - color contains mainly: green. Hex color #444B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B29 is #BBB4D6. Grayscale: #454545. Windows color (decimal): -12301527 or 2706244. OLE color: 2706244.

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

Color convert

RGB 68 75 41 -
CMYK 0.09 0 0.45 0.71
HSL 72.35º 0.29% 0.23% -
HSV(B) 72.35º 0.45% 0.29% -
XYZ 5.3 6.42 3.06 -
YUV 69.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 68 75 41 0.09 0 0.45 0.71 72.35 0.29 0.23
Hex 44 4B 29 9 0 2D 47 48 1D 17
Octal 104 113 51 11 0 55 107 110 35 27
Binary 1000100 1001011 101001 1001 0 101101 1000111 1001000 11101 10111

Color Harmonies of #444B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444B29

Black with #444B29

Text Example


Text Example

White with #444B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,75,41); }

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

background-color css

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

 a { background-color: rgb(68,75,41); }

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

border-color css

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

 span { border-color: rgb(68,75,41); }

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