Html Css Color HEX #405420 Bronzetone

📋 copy color: '#405420'

red 64 ◦ green 84 ◦ blue 32

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

Shades of Bronzetone #405420

Tints of Bronzetone #405420

RGB

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

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

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

R = 35.56%
G = 46.67%
B = 17.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#405420 (or 0x405420) is known color: Bronzetone. HEX triplet: 40, 54 and 20. RGB value is (64,84,32). Sum of RGB (Red+Green+Blue) = 64+84+32=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #405420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405420 is #BFABDF. Grayscale: #484848. Windows color (decimal): -12561376 or 2118720. OLE color: 2118720.

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

Color convert

RGB 64 84 32 -
CMYK 0.24 0 0.62 0.67
HSL 83.08º 0.45% 0.23% -
HSV(B) 83.08º 0.62% 0.33% -
XYZ 5.55 7.53 2.53 -
YUV 72.09 105.37 122.23 -
System Red Green Blue C M Y K H S L
Decimal 64 84 32 0.24 0 0.62 0.67 83.08 0.45 0.23
Hex 40 54 20 18 0 3E 43 53 2D 17
Octal 100 124 40 30 0 76 103 123 55 27
Binary 1000000 1010100 100000 11000 0 111110 1000011 1010011 101101 10111

Color Harmonies of #405420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405420

Black with #405420

Text Example


Text Example

White with #405420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405420; }

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

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

background-color css

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

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

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

border-color css

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

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

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