Html Css Color HEX #40541F Bronzetone

📋 copy color: '#40541F'

red 64 ◦ green 84 ◦ blue 31

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

Shades of Bronzetone #40541F

Tints of Bronzetone #40541F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.93%

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

R = 35.75%
G = 46.93%
B = 17.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#40541F (or 0x40541F) is known color: Bronzetone. HEX triplet: 40, 54 and 1F. RGB value is (64,84,31). Sum of RGB (Red+Green+Blue) = 64+84+31=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #40541F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40541F is #BFABE0. Grayscale: #484848. Windows color (decimal): -12561377 or 2053184. OLE color: 2053184.

HSL color Cylindrical-coordinate representation of color #40541F: hue angle of 82.64º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40541F is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 84 31 -
CMYK 0.24 0 0.63 0.67
HSL 82.64º 0.46% 0.23% -
HSV(B) 82.64º 0.63% 0.33% -
XYZ 5.53 7.53 2.46 -
YUV 71.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 64 84 31 0.24 0 0.63 0.67 82.64 0.46 0.23
Hex 40 54 1F 18 0 3F 43 53 2E 17
Octal 100 124 37 30 0 77 103 123 56 27
Binary 1000000 1010100 11111 11000 0 111111 1000011 1010011 101110 10111

Color Harmonies of #40541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40541F

Black with #40541F

Text Example


Text Example

White with #40541F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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