Html Css Color HEX #40501D Bronzetone

📋 copy color: '#40501D'

red 64 ◦ green 80 ◦ blue 29

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

Shades of Bronzetone #40501D

Tints of Bronzetone #40501D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.76%

R = 36.99%
G = 46.24%
B = 16.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#40501D (or 0x40501D) is known color: Bronzetone. HEX triplet: 40, 50 and 1D. RGB value is (64,80,29). Sum of RGB (Red+Green+Blue) = 64+80+29=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #40501D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40501D is #BFAFE2. Grayscale: #454545. Windows color (decimal): -12562403 or 1921088. OLE color: 1921088.

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

Color convert

RGB 64 80 29 -
CMYK 0.20 0 0.64 0.69
HSL 78.82º 0.47% 0.21% -
HSV(B) 78.82º 0.64% 0.31% -
XYZ 5.2 6.92 2.22 -
YUV 69.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 64 80 29 0.20 0 0.64 0.69 78.82 0.47 0.21
Hex 40 50 1D 14 0 40 45 4F 2F 15
Octal 100 120 35 24 0 100 105 117 57 25
Binary 1000000 1010000 11101 10100 0 1000000 1000101 1001111 101111 10101

Color Harmonies of #40501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40501D

Black with #40501D

Text Example


Text Example

White with #40501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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