Html Css Color HEX #401B0A Brown Pod

📋 copy color: '#401B0A'

red 64 ◦ green 27 ◦ blue 10

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

Shades of Brown Pod #401B0A

Tints of Brown Pod #401B0A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 26.73%

 BLUE value IS 10 (4.3% from 255) = 9.9%

R = 63.37%
G = 26.73%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#401B0A (or 0x401B0A) is known color: Brown Pod. HEX triplet: 40, 1B and 0A. RGB value is (64,27,10). Sum of RGB (Red+Green+Blue) = 64+27+10=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #401B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B0A is #BFE4F5. Grayscale: #242424. Windows color (decimal): -12575990 or 662336. OLE color: 662336.

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

Color convert

RGB 64 27 10 -
CMYK 0 0.58 0.84 0.75
HSL 18.89º 0.73% 0.15% -
HSV(B) 18.89º 0.84% 0.25% -
XYZ 2.56 1.9 0.52 -
YUV 36.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 64 27 10 0 0.58 0.84 0.75 18.89 0.73 0.15
Hex 40 1B A 0 3A 54 4B 13 49 F
Octal 100 33 12 0 72 124 113 23 111 17
Binary 1000000 11011 1010 0 111010 1010100 1001011 10011 1001001 1111

Color Harmonies of #401B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B0A

Black with #401B0A

Text Example


Text Example

White with #401B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,27,10); }

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

background-color css

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

 a { background-color: rgb(64,27,10); }

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

border-color css

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

 span { border-color: rgb(64,27,10); }

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