Html Css Color HEX #402213 Brown Pod

📋 copy color: '#402213'

red 64 ◦ green 34 ◦ blue 19

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

Shades of Brown Pod #402213

Tints of Brown Pod #402213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.06%

 BLUE value IS 19 (7.81% from 255) = 16.24%

R = 54.7%
G = 29.06%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#402213 (or 0x402213) is known color: Brown Pod. HEX triplet: 40, 22 and 13. RGB value is (64,34,19). Sum of RGB (Red+Green+Blue) = 64+34+19=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #402213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402213 is #BFDDEC. Grayscale: #292929. Windows color (decimal): -12574189 or 1253952. OLE color: 1253952.

HSL color Cylindrical-coordinate representation of color #402213: hue angle of 20º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402213 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 34 19 -
CMYK 0 0.47 0.70 0.75
HSL 20º 0.54% 0.16% -
HSV(B) 20º 0.7% 0.25% -
XYZ 2.8 2.28 0.91 -
YUV 41.26 115.44 144.22 -
System Red Green Blue C M Y K H S L
Decimal 64 34 19 0 0.47 0.70 0.75 20 0.54 0.16
Hex 40 22 13 0 2F 46 4B 14 36 10
Octal 100 42 23 0 57 106 113 24 66 20
Binary 1000000 100010 10011 0 101111 1000110 1001011 10100 110110 10000

Color Harmonies of #402213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402213

Black with #402213

Text Example


Text Example

White with #402213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402213; }

 p { color: rgb(64,34,19); }

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

background-color css

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

 a { background-color: rgb(64,34,19); }

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

border-color css

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

 span { border-color: rgb(64,34,19); }

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