Html Css Color HEX #402514 Brown Pod

📋 copy color: '#402514'

red 64 ◦ green 37 ◦ blue 20

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

Shades of Brown Pod #402514

Tints of Brown Pod #402514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.53%

R = 52.89%
G = 30.58%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#402514 (or 0x402514) is known color: Brown Pod. HEX triplet: 40, 25 and 14. RGB value is (64,37,20). Sum of RGB (Red+Green+Blue) = 64+37+20=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #402514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402514 is #BFDAEB. Grayscale: #2B2B2B. Windows color (decimal): -12573420 or 1320256. OLE color: 1320256.

HSL color Cylindrical-coordinate representation of color #402514: hue angle of 23.18º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #402514 is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 37 20 -
CMYK 0 0.42 0.69 0.75
HSL 23.18º 0.52% 0.16% -
HSV(B) 23.18º 0.69% 0.25% -
XYZ 2.9 2.46 0.98 -
YUV 43.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 64 37 20 0 0.42 0.69 0.75 23.18 0.52 0.16
Hex 40 25 14 0 2A 45 4B 17 34 10
Octal 100 45 24 0 52 105 113 27 64 20
Binary 1000000 100101 10100 0 101010 1000101 1001011 10111 110100 10000

Color Harmonies of #402514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402514

Black with #402514

Text Example


Text Example

White with #402514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402514; }

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

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

background-color css

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

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

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

border-color css

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

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

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