Html Css Color HEX #414828 Bronzetone

📋 copy color: '#414828'

red 65 ◦ green 72 ◦ blue 40

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

Shades of Bronzetone #414828

Tints of Bronzetone #414828

RGB

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

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

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

R = 36.72%
G = 40.68%
B = 22.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#414828 (or 0x414828) is known color: Bronzetone. HEX triplet: 41, 48 and 28. RGB value is (65,72,40). Sum of RGB (Red+Green+Blue) = 65+72+40=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 72 - color contains mainly: green. Hex color #414828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414828 is #BEB7D7. Grayscale: #424242. Windows color (decimal): -12498904 or 2639937. OLE color: 2639937.

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

Color convert

RGB 65 72 40 -
CMYK 0.10 0 0.44 0.72
HSL 73.13º 0.29% 0.22% -
HSV(B) 73.13º 0.44% 0.28% -
XYZ 4.88 5.91 2.89 -
YUV 66.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 65 72 40 0.10 0 0.44 0.72 73.13 0.29 0.22
Hex 41 48 28 A 0 2C 48 49 1D 16
Octal 101 110 50 12 0 54 110 111 35 26
Binary 1000001 1001000 101000 1010 0 101100 1001000 1001001 11101 10110

Color Harmonies of #414828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414828

Black with #414828

Text Example


Text Example

White with #414828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414828; }

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

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

background-color css

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

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

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

border-color css

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

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

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