Html Css Color HEX #402015 Brown Pod

📋 copy color: '#402015'

red 64 ◦ green 32 ◦ blue 21

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

Shades of Brown Pod #402015

Tints of Brown Pod #402015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.35%

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

R = 54.7%
G = 27.35%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#402015 (or 0x402015) is known color: Brown Pod. HEX triplet: 40, 20 and 15. RGB value is (64,32,21). Sum of RGB (Red+Green+Blue) = 64+32+21=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #402015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402015 is #BFDFEA. Grayscale: #282828. Windows color (decimal): -12574699 or 1384512. OLE color: 1384512.

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

Color convert

RGB 64 32 21 -
CMYK 0 0.50 0.67 0.75
HSL 15.35º 0.51% 0.17% -
HSV(B) 15.35º 0.67% 0.25% -
XYZ 2.77 2.18 0.98 -
YUV 40.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 64 32 21 0 0.50 0.67 0.75 15.35 0.51 0.17
Hex 40 20 15 0 32 43 4B F 33 11
Octal 100 40 25 0 62 103 113 17 63 21
Binary 1000000 100000 10101 0 110010 1000011 1001011 1111 110011 10001

Color Harmonies of #402015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402015

Black with #402015

Text Example


Text Example

White with #402015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402015; }

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

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

background-color css

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

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

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

border-color css

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

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

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