Html Css Color HEX #401E17 Brown Pod

📋 copy color: '#401E17'

red 64 ◦ green 30 ◦ blue 23

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

Shades of Brown Pod #401E17

Tints of Brown Pod #401E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 25.64%

 BLUE value IS 23 (9.38% from 255) = 19.66%

R = 54.7%
G = 25.64%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#401E17 (or 0x401E17) is known color: Brown Pod. HEX triplet: 40, 1E and 17. RGB value is (64,30,23). Sum of RGB (Red+Green+Blue) = 64+30+23=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #401E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E17 is #BFE1E8. Grayscale: #272727. Windows color (decimal): -12575209 or 1515072. OLE color: 1515072.

HSL color Cylindrical-coordinate representation of color #401E17: hue angle of 10.24º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #401E17 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 30 23 -
CMYK 0 0.53 0.64 0.75
HSL 10.24º 0.47% 0.17% -
HSV(B) 10.24º 0.64% 0.25% -
XYZ 2.73 2.08 1.07 -
YUV 39.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 64 30 23 0 0.53 0.64 0.75 10.24 0.47 0.17
Hex 40 1E 17 0 35 40 4B A 2F 11
Octal 100 36 27 0 65 100 113 12 57 21
Binary 1000000 11110 10111 0 110101 1000000 1001011 1010 101111 10001

Color Harmonies of #401E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E17

Black with #401E17

Text Example


Text Example

White with #401E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401E17; }

 p { color: rgb(64,30,23); }

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

background-color css

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

 a { background-color: rgb(64,30,23); }

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

border-color css

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

 span { border-color: rgb(64,30,23); }

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