Html Css Color HEX #402619 Brown Pod

📋 copy color: '#402619'

red 64 ◦ green 38 ◦ blue 25

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

Shades of Brown Pod #402619

Tints of Brown Pod #402619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.92%

 BLUE value IS 25 (10.16% from 255) = 19.69%

R = 50.39%
G = 29.92%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#402619 (or 0x402619) is known color: Brown Pod. HEX triplet: 40, 26 and 19. RGB value is (64,38,25). Sum of RGB (Red+Green+Blue) = 64+38+25=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #402619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402619 is #BFD9E6. Grayscale: #2C2C2C. Windows color (decimal): -12573159 or 1648192. OLE color: 1648192.

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

Color convert

RGB 64 38 25 -
CMYK 0 0.41 0.61 0.75
HSL 20º 0.44% 0.17% -
HSV(B) 20º 0.61% 0.25% -
XYZ 2.98 2.55 1.25 -
YUV 44.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 64 38 25 0 0.41 0.61 0.75 20 0.44 0.17
Hex 40 26 19 0 29 3D 4B 14 2C 11
Octal 100 46 31 0 51 75 113 24 54 21
Binary 1000000 100110 11001 0 101001 111101 1001011 10100 101100 10001

Color Harmonies of #402619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402619

Black with #402619

Text Example


Text Example

White with #402619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402619; }

 p { color: rgb(64,38,25); }

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

background-color css

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

 a { background-color: rgb(64,38,25); }

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

border-color css

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

 span { border-color: rgb(64,38,25); }

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