Html Css Color HEX #405320 Bronzetone

📋 copy color: '#405320'

red 64 ◦ green 83 ◦ blue 32

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

Shades of Bronzetone #405320

Tints of Bronzetone #405320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.37%

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

R = 35.75%
G = 46.37%
B = 17.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#405320 (or 0x405320) is known color: Bronzetone. HEX triplet: 40, 53 and 20. RGB value is (64,83,32). Sum of RGB (Red+Green+Blue) = 64+83+32=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #405320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405320 is #BFACDF. Grayscale: #474747. Windows color (decimal): -12561632 or 2118464. OLE color: 2118464.

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

Color convert

RGB 64 83 32 -
CMYK 0.23 0 0.61 0.67
HSL 82.35º 0.44% 0.23% -
HSV(B) 82.35º 0.61% 0.33% -
XYZ 5.47 7.38 2.5 -
YUV 71.51 105.71 122.65 -
System Red Green Blue C M Y K H S L
Decimal 64 83 32 0.23 0 0.61 0.67 82.35 0.44 0.23
Hex 40 53 20 17 0 3D 43 52 2C 17
Octal 100 123 40 27 0 75 103 122 54 27
Binary 1000000 1010011 100000 10111 0 111101 1000011 1010010 101100 10111

Color Harmonies of #405320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405320

Black with #405320

Text Example


Text Example

White with #405320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405320; }

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

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

background-color css

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

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

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

border-color css

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

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

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