Html Css Color HEX #411A0E Brown Pod

📋 copy color: '#411A0E'

red 65 ◦ green 26 ◦ blue 14

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

Shades of Brown Pod #411A0E

Tints of Brown Pod #411A0E

RGB

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

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

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

R = 61.9%
G = 24.76%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#411A0E (or 0x411A0E) is known color: Brown Pod. HEX triplet: 41, 1A and 0E. RGB value is (65,26,14). Sum of RGB (Red+Green+Blue) = 65+26+14=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #411A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411A0E is #BEE5F1. Grayscale: #242424. Windows color (decimal): -12510706 or 924225. OLE color: 924225.

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

Color convert

RGB 65 26 14 -
CMYK 0 0.60 0.78 0.75
HSL 14.12º 0.65% 0.15% -
HSV(B) 14.12º 0.78% 0.25% -
XYZ 2.63 1.89 0.64 -
YUV 36.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 65 26 14 0 0.60 0.78 0.75 14.12 0.65 0.15
Hex 41 1A E 0 3C 4E 4B E 41 F
Octal 101 32 16 0 74 116 113 16 101 17
Binary 1000001 11010 1110 0 111100 1001110 1001011 1110 1000001 1111

Color Harmonies of #411A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411A0E

Black with #411A0E

Text Example


Text Example

White with #411A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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