Html Css Color HEX #401305 Brown Pod

📋 copy color: '#401305'

red 64 ◦ green 19 ◦ blue 5

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

Shades of Brown Pod #401305

Tints of Brown Pod #401305

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.59%

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

R = 72.73%
G = 21.59%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#401305 (or 0x401305) is known color: Brown Pod. HEX triplet: 40, 13 and 05. RGB value is (64,19,5). Sum of RGB (Red+Green+Blue) = 64+19+5=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #401305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401305 is #BFECFA. Grayscale: #1E1E1E. Windows color (decimal): -12578043 or 332608. OLE color: 332608.

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

Color convert

RGB 64 19 5 -
CMYK 0 0.70 0.92 0.75
HSL 14.24º 0.86% 0.14% -
HSV(B) 14.24º 0.92% 0.25% -
XYZ 2.37 1.57 0.32 -
YUV 30.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 64 19 5 0 0.70 0.92 0.75 14.24 0.86 0.14
Hex 40 13 5 0 46 5C 4B E 56 E
Octal 100 23 5 0 106 134 113 16 126 16
Binary 1000000 10011 101 0 1000110 1011100 1001011 1110 1010110 1110

Color Harmonies of #401305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401305

Black with #401305

Text Example


Text Example

White with #401305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401305; }

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

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

background-color css

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

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

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

border-color css

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

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

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