Html Css Color HEX #414831 Bronzetone

📋 copy color: '#414831'

red 65 ◦ green 72 ◦ blue 49

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

Shades of Bronzetone #414831

Tints of Bronzetone #414831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.34%

R = 34.95%
G = 38.71%
B = 26.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#414831 (or 0x414831) is known color: Bronzetone. HEX triplet: 41, 48 and 31. RGB value is (65,72,49). Sum of RGB (Red+Green+Blue) = 65+72+49=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 72 - color contains mainly: green. Hex color #414831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414831 is #BEB7CE. Grayscale: #434343. Windows color (decimal): -12498895 or 3229761. OLE color: 3229761.

HSL color Cylindrical-coordinate representation of color #414831: hue angle of 78.26º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #414831 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 49 -
CMYK 0.10 0 0.32 0.72
HSL 78.26º 0.19% 0.24% -
HSV(B) 78.26º 0.32% 0.28% -
XYZ 5.05 5.98 3.79 -
YUV 67.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 65 72 49 0.10 0 0.32 0.72 78.26 0.19 0.24
Hex 41 48 31 A 0 20 48 4E 13 18
Octal 101 110 61 12 0 40 110 116 23 30
Binary 1000001 1001000 110001 1010 0 100000 1001000 1001110 10011 11000

Color Harmonies of #414831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414831

Black with #414831

Text Example


Text Example

White with #414831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414831; }

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

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

background-color css

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

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

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

border-color css

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

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

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