Html Css Color HEX #411E18 Brown Pod

📋 copy color: '#411E18'

red 65 ◦ green 30 ◦ blue 24

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

Shades of Brown Pod #411E18

Tints of Brown Pod #411E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 20.17%

R = 54.62%
G = 25.21%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#411E18 (or 0x411E18) is known color: Brown Pod. HEX triplet: 41, 1E and 18. RGB value is (65,30,24). Sum of RGB (Red+Green+Blue) = 65+30+24=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #411E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E18 is #BEE1E7. Grayscale: #272727. Windows color (decimal): -12509672 or 1580609. OLE color: 1580609.

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

Color convert

RGB 65 30 24 -
CMYK 0 0.54 0.63 0.75
HSL 8.78º 0.46% 0.17% -
HSV(B) 8.78º 0.63% 0.25% -
XYZ 2.81 2.12 1.12 -
YUV 39.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 65 30 24 0 0.54 0.63 0.75 8.78 0.46 0.17
Hex 41 1E 18 0 36 3F 4B 9 2E 11
Octal 101 36 30 0 66 77 113 11 56 21
Binary 1000001 11110 11000 0 110110 111111 1001011 1001 101110 10001

Color Harmonies of #411E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E18

Black with #411E18

Text Example


Text Example

White with #411E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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