Html Css Color HEX #44221D Brown Pod

📋 copy color: '#44221D'

red 68 ◦ green 34 ◦ blue 29

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

Shades of Brown Pod #44221D

Tints of Brown Pod #44221D

RGB

 RED value IS 68 (26.95% from 255) = 51.91%

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

 BLUE value IS 29 (11.72% from 255) = 22.14%

R = 51.91%
G = 25.95%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#44221D (or 0x44221D) is known color: Brown Pod. HEX triplet: 44, 22 and 1D. RGB value is (68,34,29). Sum of RGB (Red+Green+Blue) = 68+34+29=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #44221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44221D is #BBDDE2. Grayscale: #2B2B2B. Windows color (decimal): -12312035 or 1909316. OLE color: 1909316.

HSL color Cylindrical-coordinate representation of color #44221D: hue angle of 7.69º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44221D is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 34 29 -
CMYK 0 0.50 0.57 0.73
HSL 7.69º 0.4% 0.19% -
HSV(B) 7.69º 0.57% 0.27% -
XYZ 3.18 2.46 1.47 -
YUV 43.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 68 34 29 0 0.50 0.57 0.73 7.69 0.4 0.19
Hex 44 22 1D 0 32 39 49 8 28 13
Octal 104 42 35 0 62 71 111 10 50 23
Binary 1000100 100010 11101 0 110010 111001 1001001 1000 101000 10011

Color Harmonies of #44221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44221D

Black with #44221D

Text Example


Text Example

White with #44221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44221D; }

 p { color: rgb(68,34,29); }

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

background-color css

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

 a { background-color: rgb(68,34,29); }

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

border-color css

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

 span { border-color: rgb(68,34,29); }

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