Html Css Color HEX #415020 Bronzetone

📋 copy color: '#415020'

red 65 ◦ green 80 ◦ blue 32

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

Shades of Bronzetone #415020

Tints of Bronzetone #415020

RGB

 RED value IS 65 (25.78% from 255) = 36.72%

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

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

R = 36.72%
G = 45.2%
B = 18.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#415020 (or 0x415020) is known color: Bronzetone. HEX triplet: 41, 50 and 20. RGB value is (65,80,32). Sum of RGB (Red+Green+Blue) = 65+80+32=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #415020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415020 is #BEAFDF. Grayscale: #464646. Windows color (decimal): -12496864 or 2117697. OLE color: 2117697.

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

Color convert

RGB 65 80 32 -
CMYK 0.19 0 0.60 0.69
HSL 78.75º 0.43% 0.22% -
HSV(B) 78.75º 0.6% 0.31% -
XYZ 5.31 6.97 2.43 -
YUV 70.04 106.53 124.4 -
System Red Green Blue C M Y K H S L
Decimal 65 80 32 0.19 0 0.60 0.69 78.75 0.43 0.22
Hex 41 50 20 13 0 3C 45 4F 2B 16
Octal 101 120 40 23 0 74 105 117 53 26
Binary 1000001 1010000 100000 10011 0 111100 1000101 1001111 101011 10110

Color Harmonies of #415020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415020

Black with #415020

Text Example


Text Example

White with #415020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415020; }

 p { color: rgb(65,80,32); }

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

background-color css

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

 a { background-color: rgb(65,80,32); }

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

border-color css

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

 span { border-color: rgb(65,80,32); }

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