Html Css Color HEX #411B0E Brown Pod

📋 copy color: '#411B0E'

red 65 ◦ green 27 ◦ blue 14

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

Shades of Brown Pod #411B0E

Tints of Brown Pod #411B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.21%

R = 61.32%
G = 25.47%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#411B0E (or 0x411B0E) is known color: Brown Pod. HEX triplet: 41, 1B and 0E. RGB value is (65,27,14). Sum of RGB (Red+Green+Blue) = 65+27+14=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #411B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B0E is #BEE4F1. Grayscale: #242424. Windows color (decimal): -12510450 or 924481. OLE color: 924481.

HSL color Cylindrical-coordinate representation of color #411B0E: hue angle of 15.29º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #411B0E is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 27 14 -
CMYK 0 0.58 0.78 0.75
HSL 15.29º 0.65% 0.15% -
HSV(B) 15.29º 0.78% 0.25% -
XYZ 2.65 1.94 0.65 -
YUV 36.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 65 27 14 0 0.58 0.78 0.75 15.29 0.65 0.15
Hex 41 1B E 0 3A 4E 4B F 41 F
Octal 101 33 16 0 72 116 113 17 101 17
Binary 1000001 11011 1110 0 111010 1001110 1001011 1111 1000001 1111

Color Harmonies of #411B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B0E

Black with #411B0E

Text Example


Text Example

White with #411B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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