Html Css Color HEX #415222 Bronzetone

📋 copy color: '#415222'

red 65 ◦ green 82 ◦ blue 34

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

Shades of Bronzetone #415222

Tints of Bronzetone #415222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.78%

R = 35.91%
G = 45.3%
B = 18.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#415222 (or 0x415222) is known color: Bronzetone. HEX triplet: 41, 52 and 22. RGB value is (65,82,34). Sum of RGB (Red+Green+Blue) = 65+82+34=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #415222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415222 is #BEADDD. Grayscale: #474747. Windows color (decimal): -12496350 or 2249281. OLE color: 2249281.

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

Color convert

RGB 65 82 34 -
CMYK 0.21 0 0.59 0.68
HSL 81.25º 0.41% 0.23% -
HSV(B) 81.25º 0.59% 0.32% -
XYZ 5.49 7.27 2.63 -
YUV 71.45 106.87 123.4 -
System Red Green Blue C M Y K H S L
Decimal 65 82 34 0.21 0 0.59 0.68 81.25 0.41 0.23
Hex 41 52 22 15 0 3B 44 51 29 17
Octal 101 122 42 25 0 73 104 121 51 27
Binary 1000001 1010010 100010 10101 0 111011 1000100 1010001 101001 10111

Color Harmonies of #415222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415222

Black with #415222

Text Example


Text Example

White with #415222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415222; }

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

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

background-color css

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

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

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

border-color css

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

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

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