Html Css Color HEX #405221 Bronzetone

📋 copy color: '#405221'

red 64 ◦ green 82 ◦ blue 33

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

Shades of Bronzetone #405221

Tints of Bronzetone #405221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.44%

R = 35.75%
G = 45.81%
B = 18.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#405221 (or 0x405221) is known color: Bronzetone. HEX triplet: 40, 52 and 21. RGB value is (64,82,33). Sum of RGB (Red+Green+Blue) = 64+82+33=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 82 - color contains mainly: green. Hex color #405221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405221 is #BFADDE. Grayscale: #474747. Windows color (decimal): -12561887 or 2183744. OLE color: 2183744.

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

Color convert

RGB 64 82 33 -
CMYK 0.22 0 0.60 0.68
HSL 82.04º 0.43% 0.23% -
HSV(B) 82.04º 0.6% 0.32% -
XYZ 5.41 7.23 2.55 -
YUV 71.03 106.54 122.98 -
System Red Green Blue C M Y K H S L
Decimal 64 82 33 0.22 0 0.60 0.68 82.04 0.43 0.23
Hex 40 52 21 16 0 3C 44 52 2B 17
Octal 100 122 41 26 0 74 104 122 53 27
Binary 1000000 1010010 100001 10110 0 111100 1000100 1010010 101011 10111

Color Harmonies of #405221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405221

Black with #405221

Text Example


Text Example

White with #405221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405221; }

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

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

background-color css

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

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

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

border-color css

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

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

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