Html Css Color HEX #444825 Bronzetone

📋 copy color: '#444825'

red 68 ◦ green 72 ◦ blue 37

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

Shades of Bronzetone #444825

Tints of Bronzetone #444825

RGB

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

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

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

R = 38.42%
G = 40.68%
B = 20.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#444825 (or 0x444825) is known color: Bronzetone. HEX triplet: 44, 48 and 25. RGB value is (68,72,37). Sum of RGB (Red+Green+Blue) = 68+72+37=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 72 - color contains mainly: green. Hex color #444825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444825 is #BBB7DA. Grayscale: #424242. Windows color (decimal): -12302299 or 2443332. OLE color: 2443332.

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

Color convert

RGB 68 72 37 -
CMYK 0.06 0 0.49 0.72
HSL 66.86º 0.32% 0.21% -
HSV(B) 66.86º 0.49% 0.28% -
XYZ 5.04 6 2.64 -
YUV 66.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 68 72 37 0.06 0 0.49 0.72 66.86 0.32 0.21
Hex 44 48 25 6 0 31 48 43 20 15
Octal 104 110 45 6 0 61 110 103 40 25
Binary 1000100 1001000 100101 110 0 110001 1001000 1000011 100000 10101

Color Harmonies of #444825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444825

Black with #444825

Text Example


Text Example

White with #444825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444825; }

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

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

background-color css

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

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

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

border-color css

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

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

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