Html Css Color HEX #412416 Brown Pod

📋 copy color: '#412416'

red 65 ◦ green 36 ◦ blue 22

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

Shades of Brown Pod #412416

Tints of Brown Pod #412416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.27%

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

R = 52.85%
G = 29.27%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#412416 (or 0x412416) is known color: Brown Pod. HEX triplet: 41, 24 and 16. RGB value is (65,36,22). Sum of RGB (Red+Green+Blue) = 65+36+22=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #412416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412416 is #BEDBE9. Grayscale: #2B2B2B. Windows color (decimal): -12508138 or 1451073. OLE color: 1451073.

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

Color convert

RGB 65 36 22 -
CMYK 0 0.45 0.66 0.75
HSL 19.53º 0.49% 0.17% -
HSV(B) 19.53º 0.66% 0.25% -
XYZ 2.96 2.44 1.07 -
YUV 43.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 65 36 22 0 0.45 0.66 0.75 19.53 0.49 0.17
Hex 41 24 16 0 2D 42 4B 14 31 11
Octal 101 44 26 0 55 102 113 24 61 21
Binary 1000001 100100 10110 0 101101 1000010 1001011 10100 110001 10001

Color Harmonies of #412416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412416

Black with #412416

Text Example


Text Example

White with #412416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412416; }

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

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

background-color css

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

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

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

border-color css

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

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

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