Html Css Color HEX #411D15 Brown Pod

📋 copy color: '#411D15'

red 65 ◦ green 29 ◦ blue 21

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

Shades of Brown Pod #411D15

Tints of Brown Pod #411D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.26%

R = 56.52%
G = 25.22%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#411D15 (or 0x411D15) is known color: Brown Pod. HEX triplet: 41, 1D and 15. RGB value is (65,29,21). Sum of RGB (Red+Green+Blue) = 65+29+21=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #411D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D15 is #BEE2EA. Grayscale: #262626. Windows color (decimal): -12509931 or 1383745. OLE color: 1383745.

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

Color convert

RGB 65 29 21 -
CMYK 0 0.55 0.68 0.75
HSL 10.91º 0.51% 0.17% -
HSV(B) 10.91º 0.68% 0.25% -
XYZ 2.75 2.06 0.96 -
YUV 38.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 65 29 21 0 0.55 0.68 0.75 10.91 0.51 0.17
Hex 41 1D 15 0 37 44 4B B 33 11
Octal 101 35 25 0 67 104 113 13 63 21
Binary 1000001 11101 10101 0 110111 1000100 1001011 1011 110011 10001

Color Harmonies of #411D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D15

Black with #411D15

Text Example


Text Example

White with #411D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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