Html Css Color HEX #401200 Brown Pod

📋 copy color: '#401200'

red 64 ◦ green 18 ◦ blue 0

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

Shades of Brown Pod #401200

Tints of Brown Pod #401200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.05%
G = 21.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#401200 (or 0x401200) is known color: Brown Pod. HEX triplet: 40, 12 and 00. RGB value is (64,18,0). Sum of RGB (Red+Green+Blue) = 64+18+0=82 (10% of max value = 765). Red value is 64 (25.39% from 255 or 78.05% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 64 - color contains mainly: red. Hex color #401200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401200 is #BFEDFF. Grayscale: #1D1D1D. Windows color (decimal): -12578304 or 4672. OLE color: 4672.

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

Color convert

RGB 64 18 0 -
CMYK 0 0.72 1 0.75
HSL 16.88º 1% 0.13% -
HSV(B) 16.88º 1% 0.25% -
XYZ 2.33 1.52 0.17 -
YUV 29.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 64 18 0 0 0.72 1 0.75 16.88 1 0.13
Hex 40 12 0 0 48 64 4B 11 64 D
Octal 100 22 0 0 110 144 113 21 144 15
Binary 1000000 10010 0 0 1001000 1100100 1001011 10001 1100100 1101

Color Harmonies of #401200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401200

Black with #401200

Text Example


Text Example

White with #401200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401200; }

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

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

background-color css

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

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

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

border-color css

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

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

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