Html Css Color HEX #411A10 Brown Pod

📋 copy color: '#411A10'

red 65 ◦ green 26 ◦ blue 16

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

Shades of Brown Pod #411A10

Tints of Brown Pod #411A10

RGB

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

 GREEN value IS 26 (10.55% from 255) = 24.3%

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

R = 60.75%
G = 24.3%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#411A10 (or 0x411A10) is known color: Brown Pod. HEX triplet: 41, 1A and 10. RGB value is (65,26,16). Sum of RGB (Red+Green+Blue) = 65+26+16=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #411A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411A10 is #BEE5EF. Grayscale: #242424. Windows color (decimal): -12510704 or 1055297. OLE color: 1055297.

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

Color convert

RGB 65 26 16 -
CMYK 0 0.60 0.75 0.75
HSL 12.24º 0.6% 0.16% -
HSV(B) 12.24º 0.75% 0.25% -
XYZ 2.64 1.9 0.72 -
YUV 36.52 116.42 148.31 -
System Red Green Blue C M Y K H S L
Decimal 65 26 16 0 0.60 0.75 0.75 12.24 0.6 0.16
Hex 41 1A 10 0 3C 4B 4B C 3C 10
Octal 101 32 20 0 74 113 113 14 74 20
Binary 1000001 11010 10000 0 111100 1001011 1001011 1100 111100 10000

Color Harmonies of #411A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411A10

Black with #411A10

Text Example


Text Example

White with #411A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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