Html Css Color HEX #401811 Brown Pod

📋 copy color: '#401811'

red 64 ◦ green 24 ◦ blue 17

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

Shades of Brown Pod #401811

Tints of Brown Pod #401811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.19%

R = 60.95%
G = 22.86%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#401811 (or 0x401811) is known color: Brown Pod. HEX triplet: 40, 18 and 11. RGB value is (64,24,17). Sum of RGB (Red+Green+Blue) = 64+24+17=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #401811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401811 is #BFE7EE. Grayscale: #232323. Windows color (decimal): -12576751 or 1120320. OLE color: 1120320.

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

Color convert

RGB 64 24 17 -
CMYK 0 0.62 0.73 0.75
HSL 8.94º 0.58% 0.16% -
HSV(B) 8.94º 0.73% 0.25% -
XYZ 2.54 1.78 0.74 -
YUV 35.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 64 24 17 0 0.62 0.73 0.75 8.94 0.58 0.16
Hex 40 18 11 0 3E 49 4B 9 3A 10
Octal 100 30 21 0 76 111 113 11 72 20
Binary 1000000 11000 10001 0 111110 1001001 1001011 1001 111010 10000

Color Harmonies of #401811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401811

Black with #401811

Text Example


Text Example

White with #401811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401811; }

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

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

background-color css

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

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

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

border-color css

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

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

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