Html Css Color HEX #402517 Brown Pod

📋 copy color: '#402517'

red 64 ◦ green 37 ◦ blue 23

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

Shades of Brown Pod #402517

Tints of Brown Pod #402517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.55%

R = 51.61%
G = 29.84%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#402517 (or 0x402517) is known color: Brown Pod. HEX triplet: 40, 25 and 17. RGB value is (64,37,23). Sum of RGB (Red+Green+Blue) = 64+37+23=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #402517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402517 is #BFDAE8. Grayscale: #2B2B2B. Windows color (decimal): -12573417 or 1516864. OLE color: 1516864.

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

Color convert

RGB 64 37 23 -
CMYK 0 0.42 0.64 0.75
HSL 20.49º 0.47% 0.17% -
HSV(B) 20.49º 0.64% 0.25% -
XYZ 2.93 2.47 1.13 -
YUV 43.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 64 37 23 0 0.42 0.64 0.75 20.49 0.47 0.17
Hex 40 25 17 0 2A 40 4B 14 2F 11
Octal 100 45 27 0 52 100 113 24 57 21
Binary 1000000 100101 10111 0 101010 1000000 1001011 10100 101111 10001

Color Harmonies of #402517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402517

Black with #402517

Text Example


Text Example

White with #402517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402517; }

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

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

background-color css

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

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

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

border-color css

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

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

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