Html Css Color HEX #44211D Brown Pod

📋 copy color: '#44211D'

red 68 ◦ green 33 ◦ blue 29

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

Shades of Brown Pod #44211D

Tints of Brown Pod #44211D

RGB

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

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

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

R = 52.31%
G = 25.38%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#44211D (or 0x44211D) is known color: Brown Pod. HEX triplet: 44, 21 and 1D. RGB value is (68,33,29). Sum of RGB (Red+Green+Blue) = 68+33+29=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #44211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44211D is #BBDEE2. Grayscale: #2B2B2B. Windows color (decimal): -12312291 or 1909060. OLE color: 1909060.

HSL color Cylindrical-coordinate representation of color #44211D: hue angle of 6.15º 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 #44211D is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 33 29 -
CMYK 0 0.51 0.57 0.73
HSL 6.15º 0.4% 0.19% -
HSV(B) 6.15º 0.57% 0.27% -
XYZ 3.15 2.41 1.46 -
YUV 43.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 68 33 29 0 0.51 0.57 0.73 6.15 0.4 0.19
Hex 44 21 1D 0 33 39 49 6 28 13
Octal 104 41 35 0 63 71 111 6 50 23
Binary 1000100 100001 11101 0 110011 111001 1001001 110 101000 10011

Color Harmonies of #44211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44211D

Black with #44211D

Text Example


Text Example

White with #44211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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