Html Css Color HEX #40541E Bronzetone

📋 copy color: '#40541E'

red 64 ◦ green 84 ◦ blue 30

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

Shades of Bronzetone #40541E

Tints of Bronzetone #40541E

RGB

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

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

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

R = 35.96%
G = 47.19%
B = 16.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#40541E (or 0x40541E) is known color: Bronzetone. HEX triplet: 40, 54 and 1E. RGB value is (64,84,30). Sum of RGB (Red+Green+Blue) = 64+84+30=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #40541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40541E is #BFABE1. Grayscale: #484848. Windows color (decimal): -12561378 or 1987648. OLE color: 1987648.

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

Color convert

RGB 64 84 30 -
CMYK 0.24 0 0.64 0.67
HSL 82.22º 0.47% 0.22% -
HSV(B) 82.22º 0.64% 0.33% -
XYZ 5.52 7.52 2.39 -
YUV 71.86 104.37 122.39 -
System Red Green Blue C M Y K H S L
Decimal 64 84 30 0.24 0 0.64 0.67 82.22 0.47 0.22
Hex 40 54 1E 18 0 40 43 52 2F 16
Octal 100 124 36 30 0 100 103 122 57 26
Binary 1000000 1010100 11110 11000 0 1000000 1000011 1010010 101111 10110

Color Harmonies of #40541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40541E

Black with #40541E

Text Example


Text Example

White with #40541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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