Html Css Color HEX #412316 Brown Pod

📋 copy color: '#412316'

red 65 ◦ green 35 ◦ blue 22

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

Shades of Brown Pod #412316

Tints of Brown Pod #412316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.69%

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

R = 53.28%
G = 28.69%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#412316 (or 0x412316) is known color: Brown Pod. HEX triplet: 41, 23 and 16. RGB value is (65,35,22). Sum of RGB (Red+Green+Blue) = 65+35+22=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #412316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412316 is #BEDCE9. Grayscale: #2A2A2A. Windows color (decimal): -12508394 or 1450817. OLE color: 1450817.

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

Color convert

RGB 65 35 22 -
CMYK 0 0.46 0.66 0.75
HSL 18.14º 0.49% 0.17% -
HSV(B) 18.14º 0.66% 0.25% -
XYZ 2.93 2.38 1.06 -
YUV 42.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 65 35 22 0 0.46 0.66 0.75 18.14 0.49 0.17
Hex 41 23 16 0 2E 42 4B 12 31 11
Octal 101 43 26 0 56 102 113 22 61 21
Binary 1000001 100011 10110 0 101110 1000010 1001011 10010 110001 10001

Color Harmonies of #412316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412316

Black with #412316

Text Example


Text Example

White with #412316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412316; }

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

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

background-color css

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

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

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

border-color css

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

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

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