Html Css Color HEX #401810 Brown Pod

📋 copy color: '#401810'

red 64 ◦ green 24 ◦ blue 16

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

Shades of Brown Pod #401810

Tints of Brown Pod #401810

RGB

 RED value IS 64 (25.39% from 255) = 61.54%

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

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

R = 61.54%
G = 23.08%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#401810 (or 0x401810) is known color: Brown Pod. HEX triplet: 40, 18 and 10. RGB value is (64,24,16). Sum of RGB (Red+Green+Blue) = 64+24+16=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #401810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401810 is #BFE7EF. Grayscale: #232323. Windows color (decimal): -12576752 or 1054784. OLE color: 1054784.

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

Color convert

RGB 64 24 16 -
CMYK 0 0.62 0.75 0.75
HSL 10º 0.6% 0.16% -
HSV(B) 10º 0.75% 0.25% -
XYZ 2.53 1.78 0.7 -
YUV 35.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 64 24 16 0 0.62 0.75 0.75 10 0.6 0.16
Hex 40 18 10 0 3E 4B 4B A 3C 10
Octal 100 30 20 0 76 113 113 12 74 20
Binary 1000000 11000 10000 0 111110 1001011 1001011 1010 111100 10000

Color Harmonies of #401810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401810

Black with #401810

Text Example


Text Example

White with #401810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401810; }

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

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

background-color css

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

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

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

border-color css

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

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

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