Html Css Color HEX #444725 Bronzetone

📋 copy color: '#444725'

red 68 ◦ green 71 ◦ blue 37

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

Shades of Bronzetone #444725

Tints of Bronzetone #444725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.34%

 BLUE value IS 37 (14.84% from 255) = 21.02%

R = 38.64%
G = 40.34%
B = 21.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#444725 (or 0x444725) is known color: Bronzetone. HEX triplet: 44, 47 and 25. RGB value is (68,71,37). Sum of RGB (Red+Green+Blue) = 68+71+37=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 71 - color contains mainly: green. Hex color #444725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444725 is #BBB8DA. Grayscale: #424242. Windows color (decimal): -12302555 or 2443076. OLE color: 2443076.

HSL color Cylindrical-coordinate representation of color #444725: hue angle of 65.29º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #444725 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 71 37 -
CMYK 0.04 0 0.48 0.72
HSL 65.29º 0.31% 0.21% -
HSV(B) 65.29º 0.48% 0.28% -
XYZ 4.97 5.87 2.62 -
YUV 66.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 68 71 37 0.04 0 0.48 0.72 65.29 0.31 0.21
Hex 44 47 25 4 0 30 48 41 1F 15
Octal 104 107 45 4 0 60 110 101 37 25
Binary 1000100 1000111 100101 100 0 110000 1001000 1000001 11111 10101

Color Harmonies of #444725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444725

Black with #444725

Text Example


Text Example

White with #444725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444725; }

 p { color: rgb(68,71,37); }

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

background-color css

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

 a { background-color: rgb(68,71,37); }

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

border-color css

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

 span { border-color: rgb(68,71,37); }

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