Html Css Color HEX #402515 Brown Pod

📋 copy color: '#402515'

red 64 ◦ green 37 ◦ blue 21

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

Shades of Brown Pod #402515

Tints of Brown Pod #402515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.33%

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

R = 52.46%
G = 30.33%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#402515 (or 0x402515) is known color: Brown Pod. HEX triplet: 40, 25 and 15. RGB value is (64,37,21). Sum of RGB (Red+Green+Blue) = 64+37+21=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #402515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402515 is #BFDAEA. Grayscale: #2B2B2B. Windows color (decimal): -12573419 or 1385792. OLE color: 1385792.

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

Color convert

RGB 64 37 21 -
CMYK 0 0.42 0.67 0.75
HSL 22.33º 0.51% 0.17% -
HSV(B) 22.33º 0.67% 0.25% -
XYZ 2.91 2.47 1.03 -
YUV 43.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 64 37 21 0 0.42 0.67 0.75 22.33 0.51 0.17
Hex 40 25 15 0 2A 43 4B 16 33 11
Octal 100 45 25 0 52 103 113 26 63 21
Binary 1000000 100101 10101 0 101010 1000011 1001011 10110 110011 10001

Color Harmonies of #402515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402515

Black with #402515

Text Example


Text Example

White with #402515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402515; }

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

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

background-color css

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

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

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

border-color css

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

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

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