Html Css Color HEX #44482C Bronzetone

📋 copy color: '#44482C'

red 68 ◦ green 72 ◦ blue 44

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

Shades of Bronzetone #44482C

Tints of Bronzetone #44482C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.13%

 BLUE value IS 44 (17.58% from 255) = 23.91%

R = 36.96%
G = 39.13%
B = 23.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#44482C (or 0x44482C) is known color: Bronzetone. HEX triplet: 44, 48 and 2C. RGB value is (68,72,44). Sum of RGB (Red+Green+Blue) = 68+72+44=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 72 - color contains mainly: green. Hex color #44482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44482C is #BBB7D3. Grayscale: #434343. Windows color (decimal): -12302292 or 2902084. OLE color: 2902084.

HSL color Cylindrical-coordinate representation of color #44482C: hue angle of 68.57º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #44482C is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 72 44 -
CMYK 0.06 0 0.39 0.72
HSL 68.57º 0.24% 0.23% -
HSV(B) 68.57º 0.39% 0.28% -
XYZ 5.16 6.05 3.28 -
YUV 67.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 68 72 44 0.06 0 0.39 0.72 68.57 0.24 0.23
Hex 44 48 2C 6 0 27 48 45 18 17
Octal 104 110 54 6 0 47 110 105 30 27
Binary 1000100 1001000 101100 110 0 100111 1001000 1000101 11000 10111

Color Harmonies of #44482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44482C

Black with #44482C

Text Example


Text Example

White with #44482C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44482C; }

 p { color: rgb(68,72,44); }

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

background-color css

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

 a { background-color: rgb(68,72,44); }

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

border-color css

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

 span { border-color: rgb(68,72,44); }

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