Html Css Color HEX #411C11 Brown Pod

📋 copy color: '#411C11'

red 65 ◦ green 28 ◦ blue 17

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

Shades of Brown Pod #411C11

Tints of Brown Pod #411C11

RGB

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

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

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

R = 59.09%
G = 25.45%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#411C11 (or 0x411C11) is known color: Brown Pod. HEX triplet: 41, 1C and 11. RGB value is (65,28,17). Sum of RGB (Red+Green+Blue) = 65+28+17=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #411C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C11 is #BEE3EE. Grayscale: #252525. Windows color (decimal): -12510191 or 1121345. OLE color: 1121345.

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

Color convert

RGB 65 28 17 -
CMYK 0 0.57 0.74 0.75
HSL 13.75º 0.59% 0.16% -
HSV(B) 13.75º 0.74% 0.25% -
XYZ 2.7 1.99 0.77 -
YUV 37.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 65 28 17 0 0.57 0.74 0.75 13.75 0.59 0.16
Hex 41 1C 11 0 39 4A 4B E 3B 10
Octal 101 34 21 0 71 112 113 16 73 20
Binary 1000001 11100 10001 0 111001 1001010 1001011 1110 111011 10000

Color Harmonies of #411C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C11

Black with #411C11

Text Example


Text Example

White with #411C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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