Html Css Color HEX #405220 Bronzetone

📋 copy color: '#405220'

red 64 ◦ green 82 ◦ blue 32

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

Shades of Bronzetone #405220

Tints of Bronzetone #405220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.98%

R = 35.96%
G = 46.07%
B = 17.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#405220 (or 0x405220) is known color: Bronzetone. HEX triplet: 40, 52 and 20. RGB value is (64,82,32). Sum of RGB (Red+Green+Blue) = 64+82+32=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #405220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405220 is #BFADDF. Grayscale: #474747. Windows color (decimal): -12561888 or 2118208. OLE color: 2118208.

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

Color convert

RGB 64 82 32 -
CMYK 0.22 0 0.61 0.68
HSL 81.6º 0.44% 0.22% -
HSV(B) 81.6º 0.61% 0.32% -
XYZ 5.39 7.23 2.48 -
YUV 70.92 106.04 123.07 -
System Red Green Blue C M Y K H S L
Decimal 64 82 32 0.22 0 0.61 0.68 81.6 0.44 0.22
Hex 40 52 20 16 0 3D 44 52 2C 16
Octal 100 122 40 26 0 75 104 122 54 26
Binary 1000000 1010010 100000 10110 0 111101 1000100 1010010 101100 10110

Color Harmonies of #405220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405220

Black with #405220

Text Example


Text Example

White with #405220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405220; }

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

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

background-color css

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

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

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

border-color css

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

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

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