Html Css Color HEX #411B11 Brown Pod

📋 copy color: '#411B11'

red 65 ◦ green 27 ◦ blue 17

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

Shades of Brown Pod #411B11

Tints of Brown Pod #411B11

RGB

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

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

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

R = 59.63%
G = 24.77%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#411B11 (or 0x411B11) is known color: Brown Pod. HEX triplet: 41, 1B and 11. RGB value is (65,27,17). Sum of RGB (Red+Green+Blue) = 65+27+17=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #411B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B11 is #BEE4EE. Grayscale: #252525. Windows color (decimal): -12510447 or 1121089. OLE color: 1121089.

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

Color convert

RGB 65 27 17 -
CMYK 0 0.58 0.74 0.75
HSL 12.5º 0.59% 0.16% -
HSV(B) 12.5º 0.74% 0.25% -
XYZ 2.67 1.95 0.77 -
YUV 37.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 65 27 17 0 0.58 0.74 0.75 12.5 0.59 0.16
Hex 41 1B 11 0 3A 4A 4B C 3B 10
Octal 101 33 21 0 72 112 113 14 73 20
Binary 1000001 11011 10001 0 111010 1001010 1001011 1100 111011 10000

Color Harmonies of #411B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B11

Black with #411B11

Text Example


Text Example

White with #411B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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