Html Css Color HEX #401405 Brown Pod

📋 copy color: '#401405'

red 64 ◦ green 20 ◦ blue 5

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

Shades of Brown Pod #401405

Tints of Brown Pod #401405

RGB

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

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

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

R = 71.91%
G = 22.47%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#401405 (or 0x401405) is known color: Brown Pod. HEX triplet: 40, 14 and 05. RGB value is (64,20,5). Sum of RGB (Red+Green+Blue) = 64+20+5=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 5 (2.34% from 255 or 5.62% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #401405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401405 is #BFEBFA. Grayscale: #1F1F1F. Windows color (decimal): -12577787 or 332864. OLE color: 332864.

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

Color convert

RGB 64 20 5 -
CMYK 0 0.69 0.92 0.75
HSL 15.25º 0.86% 0.14% -
HSV(B) 15.25º 0.92% 0.25% -
XYZ 2.39 1.6 0.33 -
YUV 31.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 64 20 5 0 0.69 0.92 0.75 15.25 0.86 0.14
Hex 40 14 5 0 45 5C 4B F 56 E
Octal 100 24 5 0 105 134 113 17 126 16
Binary 1000000 10100 101 0 1000101 1011100 1001011 1111 1010110 1110

Color Harmonies of #401405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401405

Black with #401405

Text Example


Text Example

White with #401405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401405; }

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

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

background-color css

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

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

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

border-color css

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

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

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