Html Css Color HEX #402721 Brown Pod

📋 copy color: '#402721'

red 64 ◦ green 39 ◦ blue 33

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

Shades of Brown Pod #402721

Tints of Brown Pod #402721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.68%

 BLUE value IS 33 (13.28% from 255) = 24.26%

R = 47.06%
G = 28.68%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#402721 (or 0x402721) is known color: Brown Pod. HEX triplet: 40, 27 and 21. RGB value is (64,39,33). Sum of RGB (Red+Green+Blue) = 64+39+33=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #402721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402721 is #BFD8DE. Grayscale: #2D2D2D. Windows color (decimal): -12572895 or 2172736. OLE color: 2172736.

HSL color Cylindrical-coordinate representation of color #402721: hue angle of 11.61º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #402721 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 39 33 -
CMYK 0 0.39 0.48 0.75
HSL 11.61º 0.32% 0.19% -
HSV(B) 11.61º 0.48% 0.25% -
XYZ 3.11 2.65 1.79 -
YUV 45.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 64 39 33 0 0.39 0.48 0.75 11.61 0.32 0.19
Hex 40 27 21 0 27 30 4B C 20 13
Octal 100 47 41 0 47 60 113 14 40 23
Binary 1000000 100111 100001 0 100111 110000 1001011 1100 100000 10011

Color Harmonies of #402721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402721

Black with #402721

Text Example


Text Example

White with #402721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402721; }

 p { color: rgb(64,39,33); }

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

background-color css

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

 a { background-color: rgb(64,39,33); }

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

border-color css

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

 span { border-color: rgb(64,39,33); }

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