Html Css Color HEX #444F2A Bronzetone

📋 copy color: '#444F2A'

red 68 ◦ green 79 ◦ blue 42

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

Shades of Bronzetone #444F2A

Tints of Bronzetone #444F2A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.8%

 BLUE value IS 42 (16.8% from 255) = 22.22%

R = 35.98%
G = 41.8%
B = 22.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#444F2A (or 0x444F2A) is known color: Bronzetone. HEX triplet: 44, 4F and 2A. RGB value is (68,79,42). Sum of RGB (Red+Green+Blue) = 68+79+42=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 79 - color contains mainly: green. Hex color #444F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F2A is #BBB0D5. Grayscale: #474747. Windows color (decimal): -12300502 or 2772804. OLE color: 2772804.

HSL color Cylindrical-coordinate representation of color #444F2A: hue angle of 77.84º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #444F2A is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 79 42 -
CMYK 0.14 0 0.47 0.69
HSL 77.84º 0.31% 0.24% -
HSV(B) 77.84º 0.47% 0.31% -
XYZ 5.6 6.99 3.24 -
YUV 71.49 111.36 125.51 -
System Red Green Blue C M Y K H S L
Decimal 68 79 42 0.14 0 0.47 0.69 77.84 0.31 0.24
Hex 44 4F 2A E 0 2F 45 4E 1F 18
Octal 104 117 52 16 0 57 105 116 37 30
Binary 1000100 1001111 101010 1110 0 101111 1000101 1001110 11111 11000

Color Harmonies of #444F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444F2A

Black with #444F2A

Text Example


Text Example

White with #444F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,79,42); }

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

background-color css

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

 a { background-color: rgb(68,79,42); }

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

border-color css

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

 span { border-color: rgb(68,79,42); }

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