Html Css Color HEX #402112 Brown Pod

📋 copy color: '#402112'

red 64 ◦ green 33 ◦ blue 18

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

Shades of Brown Pod #402112

Tints of Brown Pod #402112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 28.7%

 BLUE value IS 18 (7.42% from 255) = 15.65%

R = 55.65%
G = 28.7%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#402112 (or 0x402112) is known color: Brown Pod. HEX triplet: 40, 21 and 12. RGB value is (64,33,18). Sum of RGB (Red+Green+Blue) = 64+33+18=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #402112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402112 is #BFDEED. Grayscale: #282828. Windows color (decimal): -12574446 or 1188160. OLE color: 1188160.

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

Color convert

RGB 64 33 18 -
CMYK 0 0.48 0.72 0.75
HSL 19.57º 0.56% 0.16% -
HSV(B) 19.57º 0.72% 0.25% -
XYZ 2.77 2.22 0.86 -
YUV 40.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 64 33 18 0 0.48 0.72 0.75 19.57 0.56 0.16
Hex 40 21 12 0 30 48 4B 14 38 10
Octal 100 41 22 0 60 110 113 24 70 20
Binary 1000000 100001 10010 0 110000 1001000 1001011 10100 111000 10000

Color Harmonies of #402112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402112

Black with #402112

Text Example


Text Example

White with #402112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402112; }

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

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

background-color css

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

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

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

border-color css

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

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

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