Html Css Color HEX #414728 Bronzetone

📋 copy color: '#414728'

red 65 ◦ green 71 ◦ blue 40

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

Shades of Bronzetone #414728

Tints of Bronzetone #414728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.73%

R = 36.93%
G = 40.34%
B = 22.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#414728 (or 0x414728) is known color: Bronzetone. HEX triplet: 41, 47 and 28. RGB value is (65,71,40). Sum of RGB (Red+Green+Blue) = 65+71+40=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 71 - color contains mainly: green. Hex color #414728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414728 is #BEB8D7. Grayscale: #414141. Windows color (decimal): -12499160 or 2639681. OLE color: 2639681.

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

Color convert

RGB 65 71 40 -
CMYK 0.08 0 0.44 0.72
HSL 71.61º 0.28% 0.22% -
HSV(B) 71.61º 0.44% 0.28% -
XYZ 4.82 5.78 2.87 -
YUV 65.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 65 71 40 0.08 0 0.44 0.72 71.61 0.28 0.22
Hex 41 47 28 8 0 2C 48 48 1C 16
Octal 101 107 50 10 0 54 110 110 34 26
Binary 1000001 1000111 101000 1000 0 101100 1001000 1001000 11100 10110

Color Harmonies of #414728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414728

Black with #414728

Text Example


Text Example

White with #414728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414728; }

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

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

background-color css

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

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

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

border-color css

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

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

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