Html Css Color HEX #44221B Brown Pod

📋 copy color: '#44221B'

red 68 ◦ green 34 ◦ blue 27

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

Shades of Brown Pod #44221B

Tints of Brown Pod #44221B

RGB

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

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

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

R = 52.71%
G = 26.36%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#44221B (or 0x44221B) is known color: Brown Pod. HEX triplet: 44, 22 and 1B. RGB value is (68,34,27). Sum of RGB (Red+Green+Blue) = 68+34+27=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #44221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44221B is #BBDDE4. Grayscale: #2B2B2B. Windows color (decimal): -12312037 or 1778244. OLE color: 1778244.

HSL color Cylindrical-coordinate representation of color #44221B: hue angle of 10.24º 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 #44221B is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 34 27 -
CMYK 0 0.50 0.60 0.73
HSL 10.24º 0.43% 0.19% -
HSV(B) 10.24º 0.6% 0.27% -
XYZ 3.15 2.45 1.34 -
YUV 43.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 68 34 27 0 0.50 0.60 0.73 10.24 0.43 0.19
Hex 44 22 1B 0 32 3C 49 A 2B 13
Octal 104 42 33 0 62 74 111 12 53 23
Binary 1000100 100010 11011 0 110010 111100 1001001 1010 101011 10011

Color Harmonies of #44221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44221B

Black with #44221B

Text Example


Text Example

White with #44221B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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