Html Css Color HEX #40521F Bronzetone

📋 copy color: '#40521F'

red 64 ◦ green 82 ◦ blue 31

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

Shades of Bronzetone #40521F

Tints of Bronzetone #40521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.33%

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

R = 36.16%
G = 46.33%
B = 17.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#40521F (or 0x40521F) is known color: Bronzetone. HEX triplet: 40, 52 and 1F. RGB value is (64,82,31). Sum of RGB (Red+Green+Blue) = 64+82+31=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #40521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40521F is #BFADE0. Grayscale: #464646. Windows color (decimal): -12561889 or 2052672. OLE color: 2052672.

HSL color Cylindrical-coordinate representation of color #40521F: hue angle of 81.18º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40521F is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 82 31 -
CMYK 0.22 0 0.62 0.68
HSL 81.18º 0.45% 0.22% -
HSV(B) 81.18º 0.62% 0.32% -
XYZ 5.38 7.22 2.41 -
YUV 70.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 64 82 31 0.22 0 0.62 0.68 81.18 0.45 0.22
Hex 40 52 1F 16 0 3E 44 51 2D 16
Octal 100 122 37 26 0 76 104 121 55 26
Binary 1000000 1010010 11111 10110 0 111110 1000100 1010001 101101 10110

Color Harmonies of #40521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40521F

Black with #40521F

Text Example


Text Example

White with #40521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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