Html Css Color HEX #412216 Brown Pod

📋 copy color: '#412216'

red 65 ◦ green 34 ◦ blue 22

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

Shades of Brown Pod #412216

Tints of Brown Pod #412216

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.1%

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

R = 53.72%
G = 28.1%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#412216 (or 0x412216) is known color: Brown Pod. HEX triplet: 41, 22 and 16. RGB value is (65,34,22). Sum of RGB (Red+Green+Blue) = 65+34+22=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #412216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412216 is #BEDDE9. Grayscale: #292929. Windows color (decimal): -12508650 or 1450561. OLE color: 1450561.

HSL color Cylindrical-coordinate representation of color #412216: hue angle of 16.74º 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 #412216 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 34 22 -
CMYK 0 0.48 0.66 0.75
HSL 16.74º 0.49% 0.17% -
HSV(B) 16.74º 0.66% 0.25% -
XYZ 2.9 2.33 1.06 -
YUV 41.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 65 34 22 0 0.48 0.66 0.75 16.74 0.49 0.17
Hex 41 22 16 0 30 42 4B 11 31 11
Octal 101 42 26 0 60 102 113 21 61 21
Binary 1000001 100010 10110 0 110000 1000010 1001011 10001 110001 10001

Color Harmonies of #412216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412216

Black with #412216

Text Example


Text Example

White with #412216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412216; }

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

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

background-color css

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

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

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

border-color css

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

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

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