Html Css Color HEX #40221C Brown Pod

📋 copy color: '#40221C'

red 64 ◦ green 34 ◦ blue 28

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

Shades of Brown Pod #40221C

Tints of Brown Pod #40221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.22%

R = 50.79%
G = 26.98%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#40221C (or 0x40221C) is known color: Brown Pod. HEX triplet: 40, 22 and 1C. RGB value is (64,34,28). Sum of RGB (Red+Green+Blue) = 64+34+28=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #40221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40221C is #BFDDE3. Grayscale: #2A2A2A. Windows color (decimal): -12574180 or 1843776. OLE color: 1843776.

HSL color Cylindrical-coordinate representation of color #40221C: hue angle of 10º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40221C is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 34 28 -
CMYK 0 0.47 0.56 0.75
HSL 10º 0.39% 0.18% -
HSV(B) 10º 0.56% 0.25% -
XYZ 2.9 2.32 1.39 -
YUV 42.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 64 34 28 0 0.47 0.56 0.75 10 0.39 0.18
Hex 40 22 1C 0 2F 38 4B A 27 12
Octal 100 42 34 0 57 70 113 12 47 22
Binary 1000000 100010 11100 0 101111 111000 1001011 1010 100111 10010

Color Harmonies of #40221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40221C

Black with #40221C

Text Example


Text Example

White with #40221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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