Html Css Color HEX #402824 Brown Pod

📋 copy color: '#402824'

red 64 ◦ green 40 ◦ blue 36

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

Shades of Brown Pod #402824

Tints of Brown Pod #402824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.57%

 BLUE value IS 36 (14.45% from 255) = 25.71%

R = 45.71%
G = 28.57%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.75

RGB Variations

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

Color information

#402824 (or 0x402824) is known color: Brown Pod. HEX triplet: 40, 28 and 24. RGB value is (64,40,36). Sum of RGB (Red+Green+Blue) = 64+40+36=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #402824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402824 is #BFD7DB. Grayscale: #2E2E2E. Windows color (decimal): -12572636 or 2369600. OLE color: 2369600.

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

Color convert

RGB 64 40 36 -
CMYK 0 0.38 0.44 0.75
HSL 8.57º 0.28% 0.2% -
HSV(B) 8.57º 0.44% 0.25% -
XYZ 3.19 2.73 2.03 -
YUV 46.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 64 40 36 0 0.38 0.44 0.75 8.57 0.28 0.2
Hex 40 28 24 0 26 2C 4B 9 1C 14
Octal 100 50 44 0 46 54 113 11 34 24
Binary 1000000 101000 100100 0 100110 101100 1001011 1001 11100 10100

Color Harmonies of #402824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402824

Black with #402824

Text Example


Text Example

White with #402824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402824; }

 p { color: rgb(64,40,36); }

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

background-color css

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

 a { background-color: rgb(64,40,36); }

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

border-color css

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

 span { border-color: rgb(64,40,36); }

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