Html Css Color HEX #411C10 Brown Pod

📋 copy color: '#411C10'

red 65 ◦ green 28 ◦ blue 16

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

Shades of Brown Pod #411C10

Tints of Brown Pod #411C10

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.69%

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

R = 59.63%
G = 25.69%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#411C10 (or 0x411C10) is known color: Brown Pod. HEX triplet: 41, 1C and 10. RGB value is (65,28,16). Sum of RGB (Red+Green+Blue) = 65+28+16=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #411C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C10 is #BEE3EF. Grayscale: #252525. Windows color (decimal): -12510192 or 1055809. OLE color: 1055809.

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

Color convert

RGB 65 28 16 -
CMYK 0 0.57 0.75 0.75
HSL 14.69º 0.6% 0.16% -
HSV(B) 14.69º 0.75% 0.25% -
XYZ 2.69 1.99 0.73 -
YUV 37.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 65 28 16 0 0.57 0.75 0.75 14.69 0.6 0.16
Hex 41 1C 10 0 39 4B 4B F 3C 10
Octal 101 34 20 0 71 113 113 17 74 20
Binary 1000001 11100 10000 0 111001 1001011 1001011 1111 111100 10000

Color Harmonies of #411C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C10

Black with #411C10

Text Example


Text Example

White with #411C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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