Html Css Color HEX #401400 Brown Pod

📋 copy color: '#401400'

red 64 ◦ green 20 ◦ blue 0

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

Shades of Brown Pod #401400

Tints of Brown Pod #401400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 23.81%

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

R = 76.19%
G = 23.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#401400 (or 0x401400) is known color: Brown Pod. HEX triplet: 40, 14 and 00. RGB value is (64,20,0). Sum of RGB (Red+Green+Blue) = 64+20+0=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #401400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401400 is #BFEBFF. Grayscale: #1F1F1F. Windows color (decimal): -12577792 or 5184. OLE color: 5184.

HSL color Cylindrical-coordinate representation of color #401400: hue angle of 18.75º 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 #401400 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 20 0 -
CMYK 0 0.69 1 0.75
HSL 18.75º 1% 0.13% -
HSV(B) 18.75º 1% 0.25% -
XYZ 2.36 1.59 0.18 -
YUV 30.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 64 20 0 0 0.69 1 0.75 18.75 1 0.13
Hex 40 14 0 0 45 64 4B 13 64 D
Octal 100 24 0 0 105 144 113 23 144 15
Binary 1000000 10100 0 0 1000101 1100100 1001011 10011 1100100 1101

Color Harmonies of #401400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401400

Black with #401400

Text Example


Text Example

White with #401400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401400; }

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

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

background-color css

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

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

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

border-color css

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

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

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