Html Css Color HEX #411E1C Brown Pod

📋 copy color: '#411E1C'

red 65 ◦ green 30 ◦ blue 28

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

Shades of Brown Pod #411E1C

Tints of Brown Pod #411E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.39%

 BLUE value IS 28 (11.33% from 255) = 22.76%

R = 52.85%
G = 24.39%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#411E1C (or 0x411E1C) is known color: Brown Pod. HEX triplet: 41, 1E and 1C. RGB value is (65,30,28). Sum of RGB (Red+Green+Blue) = 65+30+28=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #411E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E1C is #BEE1E3. Grayscale: #282828. Windows color (decimal): -12509668 or 1842753. OLE color: 1842753.

HSL color Cylindrical-coordinate representation of color #411E1C: hue angle of 3.24º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #411E1C is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 30 28 -
CMYK 0 0.54 0.57 0.75
HSL 3.24º 0.4% 0.18% -
HSV(B) 3.24º 0.57% 0.25% -
XYZ 2.85 2.14 1.36 -
YUV 40.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 65 30 28 0 0.54 0.57 0.75 3.24 0.4 0.18
Hex 41 1E 1C 0 36 39 4B 3 28 12
Octal 101 36 34 0 66 71 113 3 50 22
Binary 1000001 11110 11100 0 110110 111001 1001011 11 101000 10010

Color Harmonies of #411E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E1C

Black with #411E1C

Text Example


Text Example

White with #411E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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