Html Css Color HEX #40511D Bronzetone

📋 copy color: '#40511D'

red 64 ◦ green 81 ◦ blue 29

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

Shades of Bronzetone #40511D

Tints of Bronzetone #40511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.55%

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

R = 36.78%
G = 46.55%
B = 16.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#40511D (or 0x40511D) is known color: Bronzetone. HEX triplet: 40, 51 and 1D. RGB value is (64,81,29). Sum of RGB (Red+Green+Blue) = 64+81+29=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 81 - color contains mainly: green. Hex color #40511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40511D is #BFAEE2. Grayscale: #464646. Windows color (decimal): -12562147 or 1921344. OLE color: 1921344.

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

Color convert

RGB 64 81 29 -
CMYK 0.21 0 0.64 0.68
HSL 79.62º 0.47% 0.22% -
HSV(B) 79.62º 0.64% 0.32% -
XYZ 5.28 7.06 2.25 -
YUV 69.99 104.87 123.73 -
System Red Green Blue C M Y K H S L
Decimal 64 81 29 0.21 0 0.64 0.68 79.62 0.47 0.22
Hex 40 51 1D 15 0 40 44 50 2F 16
Octal 100 121 35 25 0 100 104 120 57 26
Binary 1000000 1010001 11101 10101 0 1000000 1000100 1010000 101111 10110

Color Harmonies of #40511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40511D

Black with #40511D

Text Example


Text Example

White with #40511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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