Html Css Color HEX #405025 Bronzetone

📋 copy color: '#405025'

red 64 ◦ green 80 ◦ blue 37

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

Shades of Bronzetone #405025

Tints of Bronzetone #405025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.44%

R = 35.36%
G = 44.2%
B = 20.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#405025 (or 0x405025) is known color: Bronzetone. HEX triplet: 40, 50 and 25. RGB value is (64,80,37). Sum of RGB (Red+Green+Blue) = 64+80+37=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #405025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405025 is #BFAFDA. Grayscale: #464646. Windows color (decimal): -12562395 or 2445376. OLE color: 2445376.

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

Color convert

RGB 64 80 37 -
CMYK 0.20 0 0.54 0.69
HSL 82.33º 0.37% 0.23% -
HSV(B) 82.33º 0.54% 0.31% -
XYZ 5.32 6.96 2.81 -
YUV 70.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 64 80 37 0.20 0 0.54 0.69 82.33 0.37 0.23
Hex 40 50 25 14 0 36 45 52 25 17
Octal 100 120 45 24 0 66 105 122 45 27
Binary 1000000 1010000 100101 10100 0 110110 1000101 1010010 100101 10111

Color Harmonies of #405025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405025

Black with #405025

Text Example


Text Example

White with #405025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405025; }

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

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

background-color css

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

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

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

border-color css

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

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

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