Html Css Color HEX #411B16 Brown Pod

📋 copy color: '#411B16'

red 65 ◦ green 27 ◦ blue 22

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

Shades of Brown Pod #411B16

Tints of Brown Pod #411B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 23.68%

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

R = 57.02%
G = 23.68%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#411B16 (or 0x411B16) is known color: Brown Pod. HEX triplet: 41, 1B and 16. RGB value is (65,27,22). Sum of RGB (Red+Green+Blue) = 65+27+22=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #411B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B16 is #BEE4E9. Grayscale: #252525. Windows color (decimal): -12510442 or 1448769. OLE color: 1448769.

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

Color convert

RGB 65 27 22 -
CMYK 0 0.58 0.66 0.75
HSL 6.98º 0.49% 0.17% -
HSV(B) 6.98º 0.66% 0.25% -
XYZ 2.72 1.97 1 -
YUV 37.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 65 27 22 0 0.58 0.66 0.75 6.98 0.49 0.17
Hex 41 1B 16 0 3A 42 4B 7 31 11
Octal 101 33 26 0 72 102 113 7 61 21
Binary 1000001 11011 10110 0 111010 1000010 1001011 111 110001 10001

Color Harmonies of #411B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B16

Black with #411B16

Text Example


Text Example

White with #411B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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