Html Css Color HEX #411C16 Brown Pod

📋 copy color: '#411C16'

red 65 ◦ green 28 ◦ blue 22

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

Shades of Brown Pod #411C16

Tints of Brown Pod #411C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.35%

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

R = 56.52%
G = 24.35%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#411C16 (or 0x411C16) is known color: Brown Pod. HEX triplet: 41, 1C and 16. RGB value is (65,28,22). Sum of RGB (Red+Green+Blue) = 65+28+22=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 28 (11.33% from 255 or 24.35% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #411C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C16 is #BEE3E9. Grayscale: #262626. Windows color (decimal): -12510186 or 1449025. OLE color: 1449025.

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

Color convert

RGB 65 28 22 -
CMYK 0 0.57 0.66 0.75
HSL 8.37º 0.49% 0.17% -
HSV(B) 8.37º 0.66% 0.25% -
XYZ 2.74 2.01 1 -
YUV 38.38 118.76 146.99 -
System Red Green Blue C M Y K H S L
Decimal 65 28 22 0 0.57 0.66 0.75 8.37 0.49 0.17
Hex 41 1C 16 0 39 42 4B 8 31 11
Octal 101 34 26 0 71 102 113 10 61 21
Binary 1000001 11100 10110 0 111001 1000010 1001011 1000 110001 10001

Color Harmonies of #411C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C16

Black with #411C16

Text Example


Text Example

White with #411C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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