Html Css Color HEX #40491F Bronzetone

📋 copy color: '#40491F'

red 64 ◦ green 73 ◦ blue 31

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

Shades of Bronzetone #40491F

Tints of Bronzetone #40491F

RGB

 RED value IS 64 (25.39% from 255) = 38.1%

 GREEN value IS 73 (28.91% from 255) = 43.45%

 BLUE value IS 31 (12.5% from 255) = 18.45%

R = 38.1%
G = 43.45%
B = 18.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#40491F (or 0x40491F) is known color: Bronzetone. HEX triplet: 40, 49 and 1F. RGB value is (64,73,31). Sum of RGB (Red+Green+Blue) = 64+73+31=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #40491F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40491F is #BFB6E0. Grayscale: #414141. Windows color (decimal): -12564193 or 2050368. OLE color: 2050368.

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

Color convert

RGB 64 73 31 -
CMYK 0.12 0 0.58 0.71
HSL 72.86º 0.4% 0.2% -
HSV(B) 72.86º 0.58% 0.29% -
XYZ 4.74 5.95 2.2 -
YUV 65.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 64 73 31 0.12 0 0.58 0.71 72.86 0.4 0.2
Hex 40 49 1F C 0 3A 47 49 28 14
Octal 100 111 37 14 0 72 107 111 50 24
Binary 1000000 1001001 11111 1100 0 111010 1000111 1001001 101000 10100

Color Harmonies of #40491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40491F

Black with #40491F

Text Example


Text Example

White with #40491F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40491F; }

 p { color: rgb(64,73,31); }

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

background-color css

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

 a { background-color: rgb(64,73,31); }

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

border-color css

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

 span { border-color: rgb(64,73,31); }

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