Html Css Color HEX #401F12 Brown Pod

📋 copy color: '#401F12'

red 64 ◦ green 31 ◦ blue 18

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

Shades of Brown Pod #401F12

Tints of Brown Pod #401F12

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.43%

 BLUE value IS 18 (7.42% from 255) = 15.93%

R = 56.64%
G = 27.43%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#401F12 (or 0x401F12) is known color: Brown Pod. HEX triplet: 40, 1F and 12. RGB value is (64,31,18). Sum of RGB (Red+Green+Blue) = 64+31+18=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #401F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401F12 is #BFE0ED. Grayscale: #272727. Windows color (decimal): -12574958 or 1187648. OLE color: 1187648.

HSL color Cylindrical-coordinate representation of color #401F12: hue angle of 16.96º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401F12 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 31 18 -
CMYK 0 0.52 0.72 0.75
HSL 16.96º 0.56% 0.16% -
HSV(B) 16.96º 0.72% 0.25% -
XYZ 2.71 2.11 0.84 -
YUV 39.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 64 31 18 0 0.52 0.72 0.75 16.96 0.56 0.16
Hex 40 1F 12 0 34 48 4B 11 38 10
Octal 100 37 22 0 64 110 113 21 70 20
Binary 1000000 11111 10010 0 110100 1001000 1001011 10001 111000 10000

Color Harmonies of #401F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F12

Black with #401F12

Text Example


Text Example

White with #401F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,31,18); }

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

background-color css

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

 a { background-color: rgb(64,31,18); }

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

border-color css

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

 span { border-color: rgb(64,31,18); }

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