Html Css Color HEX #415221 Bronzetone

📋 copy color: '#415221'

red 65 ◦ green 82 ◦ blue 33

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

Shades of Bronzetone #415221

Tints of Bronzetone #415221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.56%

 BLUE value IS 33 (13.28% from 255) = 18.33%

R = 36.11%
G = 45.56%
B = 18.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#415221 (or 0x415221) is known color: Bronzetone. HEX triplet: 41, 52 and 21. RGB value is (65,82,33). Sum of RGB (Red+Green+Blue) = 65+82+33=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #415221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415221 is #BEADDE. Grayscale: #474747. Windows color (decimal): -12496351 or 2183745. OLE color: 2183745.

HSL color Cylindrical-coordinate representation of color #415221: hue angle of 80.82º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #415221 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 82 33 -
CMYK 0.21 0 0.60 0.68
HSL 80.82º 0.43% 0.23% -
HSV(B) 80.82º 0.6% 0.32% -
XYZ 5.47 7.27 2.55 -
YUV 71.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 65 82 33 0.21 0 0.60 0.68 80.82 0.43 0.23
Hex 41 52 21 15 0 3C 44 51 2B 17
Octal 101 122 41 25 0 74 104 121 53 27
Binary 1000001 1010010 100001 10101 0 111100 1000100 1010001 101011 10111

Color Harmonies of #415221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415221

Black with #415221

Text Example


Text Example

White with #415221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415221; }

 p { color: rgb(65,82,33); }

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

background-color css

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

 a { background-color: rgb(65,82,33); }

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

border-color css

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

 span { border-color: rgb(65,82,33); }

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