Html Css Color HEX #412516 Brown Pod

📋 copy color: '#412516'

red 65 ◦ green 37 ◦ blue 22

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

Shades of Brown Pod #412516

Tints of Brown Pod #412516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.84%

 BLUE value IS 22 (8.98% from 255) = 17.74%

R = 52.42%
G = 29.84%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#412516 (or 0x412516) is known color: Brown Pod. HEX triplet: 41, 25 and 16. RGB value is (65,37,22). Sum of RGB (Red+Green+Blue) = 65+37+22=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #412516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412516 is #BEDAE9. Grayscale: #2B2B2B. Windows color (decimal): -12507882 or 1451329. OLE color: 1451329.

HSL color Cylindrical-coordinate representation of color #412516: hue angle of 20.93º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #412516 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 37 22 -
CMYK 0 0.43 0.66 0.75
HSL 20.93º 0.49% 0.17% -
HSV(B) 20.93º 0.66% 0.25% -
XYZ 2.99 2.5 1.09 -
YUV 43.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 65 37 22 0 0.43 0.66 0.75 20.93 0.49 0.17
Hex 41 25 16 0 2B 42 4B 15 31 11
Octal 101 45 26 0 53 102 113 25 61 21
Binary 1000001 100101 10110 0 101011 1000010 1001011 10101 110001 10001

Color Harmonies of #412516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412516

Black with #412516

Text Example


Text Example

White with #412516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412516; }

 p { color: rgb(65,37,22); }

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

background-color css

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

 a { background-color: rgb(65,37,22); }

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

border-color css

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

 span { border-color: rgb(65,37,22); }

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