Html Css Color HEX #402115 Brown Pod

📋 copy color: '#402115'

red 64 ◦ green 33 ◦ blue 21

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

Shades of Brown Pod #402115

Tints of Brown Pod #402115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.97%

 BLUE value IS 21 (8.59% from 255) = 17.8%

R = 54.24%
G = 27.97%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#402115 (or 0x402115) is known color: Brown Pod. HEX triplet: 40, 21 and 15. RGB value is (64,33,21). Sum of RGB (Red+Green+Blue) = 64+33+21=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #402115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402115 is #BFDEEA. Grayscale: #282828. Windows color (decimal): -12574443 or 1384768. OLE color: 1384768.

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

Color convert

RGB 64 33 21 -
CMYK 0 0.48 0.67 0.75
HSL 16.74º 0.51% 0.17% -
HSV(B) 16.74º 0.67% 0.25% -
XYZ 2.79 2.23 0.99 -
YUV 40.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 64 33 21 0 0.48 0.67 0.75 16.74 0.51 0.17
Hex 40 21 15 0 30 43 4B 11 33 11
Octal 100 41 25 0 60 103 113 21 63 21
Binary 1000000 100001 10101 0 110000 1000011 1001011 10001 110011 10001

Color Harmonies of #402115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402115

Black with #402115

Text Example


Text Example

White with #402115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402115; }

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

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

background-color css

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

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

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

border-color css

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

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

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