Html Css Color HEX #44271C Brown Pod

📋 copy color: '#44271C'

red 68 ◦ green 39 ◦ blue 28

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

Shades of Brown Pod #44271C

Tints of Brown Pod #44271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.89%

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

R = 50.37%
G = 28.89%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#44271C (or 0x44271C) is known color: Brown Pod. HEX triplet: 44, 27 and 1C. RGB value is (68,39,28). Sum of RGB (Red+Green+Blue) = 68+39+28=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #44271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44271C is #BBD8E3. Grayscale: #2E2E2E. Windows color (decimal): -12310756 or 1845060. OLE color: 1845060.

HSL color Cylindrical-coordinate representation of color #44271C: hue angle of 16.5º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44271C is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 39 28 -
CMYK 0 0.43 0.59 0.73
HSL 16.5º 0.42% 0.19% -
HSV(B) 16.5º 0.59% 0.27% -
XYZ 3.32 2.76 1.46 -
YUV 46.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 68 39 28 0 0.43 0.59 0.73 16.5 0.42 0.19
Hex 44 27 1C 0 2B 3B 49 10 2A 13
Octal 104 47 34 0 53 73 111 20 52 23
Binary 1000100 100111 11100 0 101011 111011 1001001 10000 101010 10011

Color Harmonies of #44271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44271C

Black with #44271C

Text Example


Text Example

White with #44271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,39,28); }

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

background-color css

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

 a { background-color: rgb(68,39,28); }

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

border-color css

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

 span { border-color: rgb(68,39,28); }

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