Html Css Color HEX #401600 Brown Pod

📋 copy color: '#401600'

red 64 ◦ green 22 ◦ blue 0

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

Shades of Brown Pod #401600

Tints of Brown Pod #401600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 25.58%

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

R = 74.42%
G = 25.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#401600 (or 0x401600) is known color: Brown Pod. HEX triplet: 40, 16 and 00. RGB value is (64,22,0). Sum of RGB (Red+Green+Blue) = 64+22+0=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #401600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401600 is #BFE9FF. Grayscale: #202020. Windows color (decimal): -12577280 or 5696. OLE color: 5696.

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

Color convert

RGB 64 22 0 -
CMYK 0 0.66 1 0.75
HSL 20.63º 1% 0.13% -
HSV(B) 20.63º 1% 0.25% -
XYZ 2.4 1.66 0.19 -
YUV 32.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 64 22 0 0 0.66 1 0.75 20.63 1 0.13
Hex 40 16 0 0 42 64 4B 15 64 D
Octal 100 26 0 0 102 144 113 25 144 15
Binary 1000000 10110 0 0 1000010 1100100 1001011 10101 1100100 1101

Color Harmonies of #401600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401600

Black with #401600

Text Example


Text Example

White with #401600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401600; }

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

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

background-color css

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

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

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

border-color css

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

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

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