Html Css Color HEX #411B10 Brown Pod

📋 copy color: '#411B10'

red 65 ◦ green 27 ◦ blue 16

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

Shades of Brown Pod #411B10

Tints of Brown Pod #411B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.81%

R = 60.19%
G = 25%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#411B10 (or 0x411B10) is known color: Brown Pod. HEX triplet: 41, 1B and 10. RGB value is (65,27,16). Sum of RGB (Red+Green+Blue) = 65+27+16=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #411B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B10 is #BEE4EF. Grayscale: #252525. Windows color (decimal): -12510448 or 1055553. OLE color: 1055553.

HSL color Cylindrical-coordinate representation of color #411B10: hue angle of 13.47º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #411B10 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 27 16 -
CMYK 0 0.58 0.75 0.75
HSL 13.47º 0.6% 0.16% -
HSV(B) 13.47º 0.75% 0.25% -
XYZ 2.67 1.95 0.73 -
YUV 37.11 116.09 147.89 -
System Red Green Blue C M Y K H S L
Decimal 65 27 16 0 0.58 0.75 0.75 13.47 0.6 0.16
Hex 41 1B 10 0 3A 4B 4B D 3C 10
Octal 101 33 20 0 72 113 113 15 74 20
Binary 1000001 11011 10000 0 111010 1001011 1001011 1101 111100 10000

Color Harmonies of #411B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B10

Black with #411B10

Text Example


Text Example

White with #411B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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