Html Css Color HEX #411F0E Brown Pod

📋 copy color: '#411F0E'

red 65 ◦ green 31 ◦ blue 14

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

Shades of Brown Pod #411F0E

Tints of Brown Pod #411F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 28.18%

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

R = 59.09%
G = 28.18%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#411F0E (or 0x411F0E) is known color: Brown Pod. HEX triplet: 41, 1F and 0E. RGB value is (65,31,14). Sum of RGB (Red+Green+Blue) = 65+31+14=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #411F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F0E is #BEE0F1. Grayscale: #272727. Windows color (decimal): -12509426 or 925505. OLE color: 925505.

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

Color convert

RGB 65 31 14 -
CMYK 0 0.52 0.78 0.75
HSL 20º 0.65% 0.15% -
HSV(B) 20º 0.78% 0.25% -
XYZ 2.75 2.14 0.68 -
YUV 39.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 65 31 14 0 0.52 0.78 0.75 20 0.65 0.15
Hex 41 1F E 0 34 4E 4B 14 41 F
Octal 101 37 16 0 64 116 113 24 101 17
Binary 1000001 11111 1110 0 110100 1001110 1001011 10100 1000001 1111

Color Harmonies of #411F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F0E

Black with #411F0E

Text Example


Text Example

White with #411F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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