Html Css Color HEX #44271B Brown Pod

📋 copy color: '#44271B'

red 68 ◦ green 39 ◦ blue 27

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

Shades of Brown Pod #44271B

Tints of Brown Pod #44271B

RGB

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

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

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

R = 50.75%
G = 29.1%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#44271B (or 0x44271B) is known color: Brown Pod. HEX triplet: 44, 27 and 1B. RGB value is (68,39,27). Sum of RGB (Red+Green+Blue) = 68+39+27=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #44271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44271B is #BBD8E4. Grayscale: #2E2E2E. Windows color (decimal): -12310757 or 1779524. OLE color: 1779524.

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

Color convert

RGB 68 39 27 -
CMYK 0 0.43 0.60 0.73
HSL 17.56º 0.43% 0.19% -
HSV(B) 17.56º 0.6% 0.27% -
XYZ 3.31 2.76 1.4 -
YUV 46.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 68 39 27 0 0.43 0.60 0.73 17.56 0.43 0.19
Hex 44 27 1B 0 2B 3C 49 12 2B 13
Octal 104 47 33 0 53 74 111 22 53 23
Binary 1000100 100111 11011 0 101011 111100 1001001 10010 101011 10011

Color Harmonies of #44271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44271B

Black with #44271B

Text Example


Text Example

White with #44271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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