Html Css Color HEX #401D12 Brown Pod

📋 copy color: '#401D12'

red 64 ◦ green 29 ◦ blue 18

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

Shades of Brown Pod #401D12

Tints of Brown Pod #401D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.13%

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

R = 57.66%
G = 26.13%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#401D12 (or 0x401D12) is known color: Brown Pod. HEX triplet: 40, 1D and 12. RGB value is (64,29,18). Sum of RGB (Red+Green+Blue) = 64+29+18=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #401D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401D12 is #BFE2ED. Grayscale: #262626. Windows color (decimal): -12575470 or 1187136. OLE color: 1187136.

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

Color convert

RGB 64 29 18 -
CMYK 0 0.55 0.72 0.75
HSL 14.35º 0.56% 0.16% -
HSV(B) 14.35º 0.72% 0.25% -
XYZ 2.66 2.01 0.82 -
YUV 38.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 64 29 18 0 0.55 0.72 0.75 14.35 0.56 0.16
Hex 40 1D 12 0 37 48 4B E 38 10
Octal 100 35 22 0 67 110 113 16 70 20
Binary 1000000 11101 10010 0 110111 1001000 1001011 1110 111000 10000

Color Harmonies of #401D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D12

Black with #401D12

Text Example


Text Example

White with #401D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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