Html Css Color HEX #40501E Bronzetone

📋 copy color: '#40501E'

red 64 ◦ green 80 ◦ blue 30

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

Shades of Bronzetone #40501E

Tints of Bronzetone #40501E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.98%

 BLUE value IS 30 (12.11% from 255) = 17.24%

R = 36.78%
G = 45.98%
B = 17.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#40501E (or 0x40501E) is known color: Bronzetone. HEX triplet: 40, 50 and 1E. RGB value is (64,80,30). Sum of RGB (Red+Green+Blue) = 64+80+30=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #40501E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40501E is #BFAFE1. Grayscale: #454545. Windows color (decimal): -12562402 or 1986624. OLE color: 1986624.

HSL color Cylindrical-coordinate representation of color #40501E: hue angle of 79.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40501E is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 30 -
CMYK 0.20 0 0.62 0.69
HSL 79.2º 0.45% 0.22% -
HSV(B) 79.2º 0.63% 0.31% -
XYZ 5.22 6.92 2.29 -
YUV 69.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 64 80 30 0.20 0 0.62 0.69 79.2 0.45 0.22
Hex 40 50 1E 14 0 3E 45 4F 2D 16
Octal 100 120 36 24 0 76 105 117 55 26
Binary 1000000 1010000 11110 10100 0 111110 1000101 1001111 101101 10110

Color Harmonies of #40501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40501E

Black with #40501E

Text Example


Text Example

White with #40501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40501E; }

 p { color: rgb(64,80,30); }

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

background-color css

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

 a { background-color: rgb(64,80,30); }

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

border-color css

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

 span { border-color: rgb(64,80,30); }

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