Html Css Color HEX #401509 Brown Pod

📋 copy color: '#401509'

red 64 ◦ green 21 ◦ blue 9

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

Shades of Brown Pod #401509

Tints of Brown Pod #401509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9.57%

R = 68.09%
G = 22.34%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#401509 (or 0x401509) is known color: Brown Pod. HEX triplet: 40, 15 and 09. RGB value is (64,21,9). Sum of RGB (Red+Green+Blue) = 64+21+9=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #401509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401509 is #BFEAF6. Grayscale: #202020. Windows color (decimal): -12577527 or 595264. OLE color: 595264.

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

Color convert

RGB 64 21 9 -
CMYK 0 0.67 0.86 0.75
HSL 13.09º 0.75% 0.14% -
HSV(B) 13.09º 0.86% 0.25% -
XYZ 2.43 1.65 0.45 -
YUV 32.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 64 21 9 0 0.67 0.86 0.75 13.09 0.75 0.14
Hex 40 15 9 0 43 56 4B D 4B E
Octal 100 25 11 0 103 126 113 15 113 16
Binary 1000000 10101 1001 0 1000011 1010110 1001011 1101 1001011 1110

Color Harmonies of #401509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401509

Black with #401509

Text Example


Text Example

White with #401509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401509; }

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

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

background-color css

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

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

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

border-color css

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

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

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