Html Css Color HEX #414925 Bronzetone

📋 copy color: '#414925'

red 65 ◦ green 73 ◦ blue 37

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

Shades of Bronzetone #414925

Tints of Bronzetone #414925

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.71%

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

R = 37.14%
G = 41.71%
B = 21.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#414925 (or 0x414925) is known color: Bronzetone. HEX triplet: 41, 49 and 25. RGB value is (65,73,37). Sum of RGB (Red+Green+Blue) = 65+73+37=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 73 - color contains mainly: green. Hex color #414925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414925 is #BEB6DA. Grayscale: #424242. Windows color (decimal): -12498651 or 2443585. OLE color: 2443585.

HSL color Cylindrical-coordinate representation of color #414925: hue angle of 73.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #414925 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 73 37 -
CMYK 0.11 0 0.49 0.71
HSL 73.33º 0.33% 0.22% -
HSV(B) 73.33º 0.49% 0.29% -
XYZ 4.9 6.02 2.65 -
YUV 66.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 65 73 37 0.11 0 0.49 0.71 73.33 0.33 0.22
Hex 41 49 25 B 0 31 47 49 21 16
Octal 101 111 45 13 0 61 107 111 41 26
Binary 1000001 1001001 100101 1011 0 110001 1000111 1001001 100001 10110

Color Harmonies of #414925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414925

Black with #414925

Text Example


Text Example

White with #414925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414925; }

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

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

background-color css

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

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

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

border-color css

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

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

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