Html Css Color HEX #401505 Brown Pod

📋 copy color: '#401505'

red 64 ◦ green 21 ◦ blue 5

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

Shades of Brown Pod #401505

Tints of Brown Pod #401505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.33%

 BLUE value IS 5 (2.34% from 255) = 5.56%

R = 71.11%
G = 23.33%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#401505 (or 0x401505) is known color: Brown Pod. HEX triplet: 40, 15 and 05. RGB value is (64,21,5). Sum of RGB (Red+Green+Blue) = 64+21+5=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #401505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401505 is #BFEAFA. Grayscale: #202020. Windows color (decimal): -12577531 or 333120. OLE color: 333120.

HSL color Cylindrical-coordinate representation of color #401505: hue angle of 16.27º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #401505 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 21 5 -
CMYK 0 0.67 0.92 0.75
HSL 16.27º 0.86% 0.14% -
HSV(B) 16.27º 0.92% 0.25% -
XYZ 2.41 1.64 0.33 -
YUV 32.03 112.75 150.8 -
System Red Green Blue C M Y K H S L
Decimal 64 21 5 0 0.67 0.92 0.75 16.27 0.86 0.14
Hex 40 15 5 0 43 5C 4B 10 56 E
Octal 100 25 5 0 103 134 113 20 126 16
Binary 1000000 10101 101 0 1000011 1011100 1001011 10000 1010110 1110

Color Harmonies of #401505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401505

Black with #401505

Text Example


Text Example

White with #401505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401505; }

 p { color: rgb(64,21,5); }

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

background-color css

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

 a { background-color: rgb(64,21,5); }

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

border-color css

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

 span { border-color: rgb(64,21,5); }

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