Html Css Color HEX #411D18 Brown Pod

📋 copy color: '#411D18'

red 65 ◦ green 29 ◦ blue 24

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

Shades of Brown Pod #411D18

Tints of Brown Pod #411D18

RGB

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

 GREEN value IS 29 (11.72% from 255) = 24.58%

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

R = 55.08%
G = 24.58%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#411D18 (or 0x411D18) is known color: Brown Pod. HEX triplet: 41, 1D and 18. RGB value is (65,29,24). Sum of RGB (Red+Green+Blue) = 65+29+24=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #411D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D18 is #BEE2E7. Grayscale: #272727. Windows color (decimal): -12509928 or 1580353. OLE color: 1580353.

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

Color convert

RGB 65 29 24 -
CMYK 0 0.55 0.63 0.75
HSL 7.32º 0.46% 0.17% -
HSV(B) 7.32º 0.63% 0.25% -
XYZ 2.78 2.07 1.12 -
YUV 39.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 65 29 24 0 0.55 0.63 0.75 7.32 0.46 0.17
Hex 41 1D 18 0 37 3F 4B 7 2E 11
Octal 101 35 30 0 67 77 113 7 56 21
Binary 1000001 11101 11000 0 110111 111111 1001011 111 101110 10001

Color Harmonies of #411D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D18

Black with #411D18

Text Example


Text Example

White with #411D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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