Html Css Color HEX #405024 Bronzetone

📋 copy color: '#405024'

red 64 ◦ green 80 ◦ blue 36

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

Shades of Bronzetone #405024

Tints of Bronzetone #405024

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.44%

 BLUE value IS 36 (14.45% from 255) = 20%

R = 35.56%
G = 44.44%
B = 20%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#405024 (or 0x405024) is known color: Bronzetone. HEX triplet: 40, 50 and 24. RGB value is (64,80,36). Sum of RGB (Red+Green+Blue) = 64+80+36=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #405024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405024 is #BFAFDB. Grayscale: #464646. Windows color (decimal): -12562396 or 2379840. OLE color: 2379840.

HSL color Cylindrical-coordinate representation of color #405024: hue angle of 81.82º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #405024 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 36 -
CMYK 0.20 0 0.55 0.69
HSL 81.82º 0.38% 0.23% -
HSV(B) 81.82º 0.55% 0.31% -
XYZ 5.3 6.95 2.73 -
YUV 70.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 64 80 36 0.20 0 0.55 0.69 81.82 0.38 0.23
Hex 40 50 24 14 0 37 45 52 26 17
Octal 100 120 44 24 0 67 105 122 46 27
Binary 1000000 1010000 100100 10100 0 110111 1000101 1010010 100110 10111

Color Harmonies of #405024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405024

Black with #405024

Text Example


Text Example

White with #405024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405024; }

 p { color: rgb(64,80,36); }

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

background-color css

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

 a { background-color: rgb(64,80,36); }

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

border-color css

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

 span { border-color: rgb(64,80,36); }

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