Html Css Color HEX #44211B Brown Pod

📋 copy color: '#44211B'

red 68 ◦ green 33 ◦ blue 27

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

Shades of Brown Pod #44211B

Tints of Brown Pod #44211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.09%

R = 53.13%
G = 25.78%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#44211B (or 0x44211B) is known color: Brown Pod. HEX triplet: 44, 21 and 1B. RGB value is (68,33,27). Sum of RGB (Red+Green+Blue) = 68+33+27=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #44211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44211B is #BBDEE4. Grayscale: #2A2A2A. Windows color (decimal): -12312293 or 1777988. OLE color: 1777988.

HSL color Cylindrical-coordinate representation of color #44211B: hue angle of 8.78º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44211B is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 33 27 -
CMYK 0 0.51 0.60 0.73
HSL 8.78º 0.43% 0.19% -
HSV(B) 8.78º 0.6% 0.27% -
XYZ 3.13 2.4 1.33 -
YUV 42.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 68 33 27 0 0.51 0.60 0.73 8.78 0.43 0.19
Hex 44 21 1B 0 33 3C 49 9 2B 13
Octal 104 41 33 0 63 74 111 11 53 23
Binary 1000100 100001 11011 0 110011 111100 1001001 1001 101011 10011

Color Harmonies of #44211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44211B

Black with #44211B

Text Example


Text Example

White with #44211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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