Html Css Color HEX #414825 Bronzetone

📋 copy color: '#414825'

red 65 ◦ green 72 ◦ blue 37

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

Shades of Bronzetone #414825

Tints of Bronzetone #414825

RGB

 RED value IS 65 (25.78% from 255) = 37.36%

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

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

R = 37.36%
G = 41.38%
B = 21.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#414825 (or 0x414825) is known color: Bronzetone. HEX triplet: 41, 48 and 25. RGB value is (65,72,37). Sum of RGB (Red+Green+Blue) = 65+72+37=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #414825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414825 is #BEB7DA. Grayscale: #424242. Windows color (decimal): -12498907 or 2443329. OLE color: 2443329.

HSL color Cylindrical-coordinate representation of color #414825: hue angle of 72º 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 #414825 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 37 -
CMYK 0.10 0 0.49 0.72
HSL 72º 0.32% 0.21% -
HSV(B) 72º 0.49% 0.28% -
XYZ 4.83 5.89 2.63 -
YUV 65.92 111.68 127.35 -
System Red Green Blue C M Y K H S L
Decimal 65 72 37 0.10 0 0.49 0.72 72 0.32 0.21
Hex 41 48 25 A 0 31 48 48 20 15
Octal 101 110 45 12 0 61 110 110 40 25
Binary 1000001 1001000 100101 1010 0 110001 1001000 1001000 100000 10101

Color Harmonies of #414825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414825

Black with #414825

Text Example


Text Example

White with #414825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414825; }

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

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

background-color css

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

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

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

border-color css

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

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

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