Html Css Color HEX #402019 Brown Pod

📋 copy color: '#402019'

red 64 ◦ green 32 ◦ blue 25

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

Shades of Brown Pod #402019

Tints of Brown Pod #402019

RGB

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

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

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

R = 52.89%
G = 26.45%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#402019 (or 0x402019) is known color: Brown Pod. HEX triplet: 40, 20 and 19. RGB value is (64,32,25). Sum of RGB (Red+Green+Blue) = 64+32+25=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #402019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402019 is #BFDFE6. Grayscale: #282828. Windows color (decimal): -12574695 or 1646656. OLE color: 1646656.

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

Color convert

RGB 64 32 25 -
CMYK 0 0.50 0.61 0.75
HSL 10.77º 0.44% 0.17% -
HSV(B) 10.77º 0.61% 0.25% -
XYZ 2.81 2.19 1.2 -
YUV 40.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 64 32 25 0 0.50 0.61 0.75 10.77 0.44 0.17
Hex 40 20 19 0 32 3D 4B B 2C 11
Octal 100 40 31 0 62 75 113 13 54 21
Binary 1000000 100000 11001 0 110010 111101 1001011 1011 101100 10001

Color Harmonies of #402019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402019

Black with #402019

Text Example


Text Example

White with #402019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402019; }

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

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

background-color css

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

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

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

border-color css

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

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

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