Html Css Color HEX #411B15 Brown Pod

📋 copy color: '#411B15'

red 65 ◦ green 27 ◦ blue 21

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

Shades of Brown Pod #411B15

Tints of Brown Pod #411B15

RGB

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

 GREEN value IS 27 (10.94% from 255) = 23.89%

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

R = 57.52%
G = 23.89%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#411B15 (or 0x411B15) is known color: Brown Pod. HEX triplet: 41, 1B and 15. RGB value is (65,27,21). Sum of RGB (Red+Green+Blue) = 65+27+21=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #411B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B15 is #BEE4EA. Grayscale: #252525. Windows color (decimal): -12510443 or 1383233. OLE color: 1383233.

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

Color convert

RGB 65 27 21 -
CMYK 0 0.58 0.68 0.75
HSL 8.18º 0.51% 0.17% -
HSV(B) 8.18º 0.68% 0.25% -
XYZ 2.71 1.96 0.95 -
YUV 37.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 65 27 21 0 0.58 0.68 0.75 8.18 0.51 0.17
Hex 41 1B 15 0 3A 44 4B 8 33 11
Octal 101 33 25 0 72 104 113 10 63 21
Binary 1000001 11011 10101 0 111010 1000100 1001011 1000 110011 10001

Color Harmonies of #411B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B15

Black with #411B15

Text Example


Text Example

White with #411B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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