Html Css Color HEX #402215 Brown Pod

📋 copy color: '#402215'

red 64 ◦ green 34 ◦ blue 21

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

Shades of Brown Pod #402215

Tints of Brown Pod #402215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.57%

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

R = 53.78%
G = 28.57%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#402215 (or 0x402215) is known color: Brown Pod. HEX triplet: 40, 22 and 15. RGB value is (64,34,21). Sum of RGB (Red+Green+Blue) = 64+34+21=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #402215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402215 is #BFDDEA. Grayscale: #292929. Windows color (decimal): -12574187 or 1385024. OLE color: 1385024.

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

Color convert

RGB 64 34 21 -
CMYK 0 0.47 0.67 0.75
HSL 18.14º 0.51% 0.17% -
HSV(B) 18.14º 0.67% 0.25% -
XYZ 2.82 2.29 1 -
YUV 41.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 64 34 21 0 0.47 0.67 0.75 18.14 0.51 0.17
Hex 40 22 15 0 2F 43 4B 12 33 11
Octal 100 42 25 0 57 103 113 22 63 21
Binary 1000000 100010 10101 0 101111 1000011 1001011 10010 110011 10001

Color Harmonies of #402215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402215

Black with #402215

Text Example


Text Example

White with #402215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402215; }

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

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

background-color css

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

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

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

border-color css

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

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

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