Html Css Color HEX #411A14 Brown Pod

📋 copy color: '#411A14'

red 65 ◦ green 26 ◦ blue 20

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

Shades of Brown Pod #411A14

Tints of Brown Pod #411A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.02%

R = 58.56%
G = 23.42%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#411A14 (or 0x411A14) is known color: Brown Pod. HEX triplet: 41, 1A and 14. RGB value is (65,26,20). Sum of RGB (Red+Green+Blue) = 65+26+20=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #411A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411A14 is #BEE5EB. Grayscale: #252525. Windows color (decimal): -12510700 or 1317441. OLE color: 1317441.

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

Color convert

RGB 65 26 20 -
CMYK 0 0.60 0.69 0.75
HSL 0.53% 0.17% -
HSV(B) 0.69% 0.25% -
XYZ 2.68 1.91 0.89 -
YUV 36.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 65 26 20 0 0.60 0.69 0.75 8 0.53 0.17
Hex 41 1A 14 0 3C 45 4B 8 35 11
Octal 101 32 24 0 74 105 113 10 65 21
Binary 1000001 11010 10100 0 111100 1000101 1001011 1000 110101 10001

Color Harmonies of #411A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411A14

Black with #411A14

Text Example


Text Example

White with #411A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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