Html Css Color HEX #44482F Bronzetone

📋 copy color: '#44482F'

red 68 ◦ green 72 ◦ blue 47

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

Shades of Bronzetone #44482F

Tints of Bronzetone #44482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.13%

R = 36.36%
G = 38.5%
B = 25.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#44482F (or 0x44482F) is known color: Bronzetone. HEX triplet: 44, 48 and 2F. RGB value is (68,72,47). Sum of RGB (Red+Green+Blue) = 68+72+47=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #44482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44482F is #BBB7D0. Grayscale: #444444. Windows color (decimal): -12302289 or 3098692. OLE color: 3098692.

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

Color convert

RGB 68 72 47 -
CMYK 0.06 0 0.35 0.72
HSL 69.6º 0.21% 0.23% -
HSV(B) 69.6º 0.35% 0.28% -
XYZ 5.21 6.07 3.59 -
YUV 67.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 68 72 47 0.06 0 0.35 0.72 69.6 0.21 0.23
Hex 44 48 2F 6 0 23 48 46 15 17
Octal 104 110 57 6 0 43 110 106 25 27
Binary 1000100 1001000 101111 110 0 100011 1001000 1000110 10101 10111

Color Harmonies of #44482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44482F

Black with #44482F

Text Example


Text Example

White with #44482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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