Html Css Color HEX #411A11 Brown Pod

📋 copy color: '#411A11'

red 65 ◦ green 26 ◦ blue 17

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

Shades of Brown Pod #411A11

Tints of Brown Pod #411A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 24.07%

 BLUE value IS 17 (7.03% from 255) = 15.74%

R = 60.19%
G = 24.07%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#411A11 (or 0x411A11) is known color: Brown Pod. HEX triplet: 41, 1A and 11. RGB value is (65,26,17). Sum of RGB (Red+Green+Blue) = 65+26+17=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #411A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411A11 is #BEE5EE. Grayscale: #242424. Windows color (decimal): -12510703 or 1120833. OLE color: 1120833.

HSL color Cylindrical-coordinate representation of color #411A11: hue angle of 11.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #411A11 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 26 17 -
CMYK 0 0.60 0.74 0.75
HSL 11.25º 0.59% 0.16% -
HSV(B) 11.25º 0.74% 0.25% -
XYZ 2.65 1.9 0.76 -
YUV 36.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 65 26 17 0 0.60 0.74 0.75 11.25 0.59 0.16
Hex 41 1A 11 0 3C 4A 4B B 3B 10
Octal 101 32 21 0 74 112 113 13 73 20
Binary 1000001 11010 10001 0 111100 1001010 1001011 1011 111011 10000

Color Harmonies of #411A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411A11

Black with #411A11

Text Example


Text Example

White with #411A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,26,17); }

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

background-color css

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

 a { background-color: rgb(65,26,17); }

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

border-color css

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

 span { border-color: rgb(65,26,17); }

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