Html Css Color HEX #414726 Bronzetone

📋 copy color: '#414726'

red 65 ◦ green 71 ◦ blue 38

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

Shades of Bronzetone #414726

Tints of Bronzetone #414726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.84%

R = 37.36%
G = 40.8%
B = 21.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#414726 (or 0x414726) is known color: Bronzetone. HEX triplet: 41, 47 and 26. RGB value is (65,71,38). Sum of RGB (Red+Green+Blue) = 65+71+38=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 71 - color contains mainly: green. Hex color #414726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414726 is #BEB8D9. Grayscale: #414141. Windows color (decimal): -12499162 or 2508609. OLE color: 2508609.

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

Color convert

RGB 65 71 38 -
CMYK 0.08 0 0.46 0.72
HSL 70.91º 0.3% 0.21% -
HSV(B) 70.91º 0.46% 0.28% -
XYZ 4.78 5.77 2.7 -
YUV 65.44 112.51 127.68 -
System Red Green Blue C M Y K H S L
Decimal 65 71 38 0.08 0 0.46 0.72 70.91 0.3 0.21
Hex 41 47 26 8 0 2E 48 47 1E 15
Octal 101 107 46 10 0 56 110 107 36 25
Binary 1000001 1000111 100110 1000 0 101110 1001000 1000111 11110 10101

Color Harmonies of #414726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414726

Black with #414726

Text Example


Text Example

White with #414726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414726; }

 p { color: rgb(65,71,38); }

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

background-color css

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

 a { background-color: rgb(65,71,38); }

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

border-color css

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

 span { border-color: rgb(65,71,38); }

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