Html Css Color HEX #414A31 Bronzetone

📋 copy color: '#414A31'

red 65 ◦ green 74 ◦ blue 49

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

Shades of Bronzetone #414A31

Tints of Bronzetone #414A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.36%

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

R = 34.57%
G = 39.36%
B = 26.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#414A31 (or 0x414A31) is known color: Bronzetone. HEX triplet: 41, 4A and 31. RGB value is (65,74,49). Sum of RGB (Red+Green+Blue) = 65+74+49=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 74 - color contains mainly: green. Hex color #414A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414A31 is #BEB5CE. Grayscale: #444444. Windows color (decimal): -12498383 or 3230273. OLE color: 3230273.

HSL color Cylindrical-coordinate representation of color #414A31: hue angle of 81.6º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #414A31 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 74 49 -
CMYK 0.12 0 0.34 0.71
HSL 81.6º 0.2% 0.24% -
HSV(B) 81.6º 0.34% 0.29% -
XYZ 5.18 6.24 3.84 -
YUV 68.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 65 74 49 0.12 0 0.34 0.71 81.6 0.2 0.24
Hex 41 4A 31 C 0 22 47 52 14 18
Octal 101 112 61 14 0 42 107 122 24 30
Binary 1000001 1001010 110001 1100 0 100010 1000111 1010010 10100 11000

Color Harmonies of #414A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A31

Black with #414A31

Text Example


Text Example

White with #414A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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