Html Css Color HEX #411810 Brown Pod

📋 copy color: '#411810'

red 65 ◦ green 24 ◦ blue 16

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

Shades of Brown Pod #411810

Tints of Brown Pod #411810

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.86%

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

R = 61.9%
G = 22.86%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#411810 (or 0x411810) is known color: Brown Pod. HEX triplet: 41, 18 and 10. RGB value is (65,24,16). Sum of RGB (Red+Green+Blue) = 65+24+16=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #411810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411810 is #BEE7EF. Grayscale: #232323. Windows color (decimal): -12511216 or 1054785. OLE color: 1054785.

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

Color convert

RGB 65 24 16 -
CMYK 0 0.63 0.75 0.75
HSL 9.8º 0.6% 0.16% -
HSV(B) 9.8º 0.75% 0.25% -
XYZ 2.6 1.81 0.7 -
YUV 35.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 65 24 16 0 0.63 0.75 0.75 9.8 0.6 0.16
Hex 41 18 10 0 3F 4B 4B A 3C 10
Octal 101 30 20 0 77 113 113 12 74 20
Binary 1000001 11000 10000 0 111111 1001011 1001011 1010 111100 10000

Color Harmonies of #411810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411810

Black with #411810

Text Example


Text Example

White with #411810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411810; }

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

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

background-color css

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

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

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

border-color css

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

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

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