Html Css Color HEX #44271F Brown Pod

📋 copy color: '#44271F'

red 68 ◦ green 39 ◦ blue 31

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

Shades of Brown Pod #44271F

Tints of Brown Pod #44271F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.46%

R = 49.28%
G = 28.26%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#44271F (or 0x44271F) is known color: Brown Pod. HEX triplet: 44, 27 and 1F. RGB value is (68,39,31). Sum of RGB (Red+Green+Blue) = 68+39+31=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #44271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44271F is #BBD8E0. Grayscale: #2E2E2E. Windows color (decimal): -12310753 or 2041668. OLE color: 2041668.

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

Color convert

RGB 68 39 31 -
CMYK 0 0.43 0.54 0.73
HSL 12.97º 0.37% 0.19% -
HSV(B) 12.97º 0.54% 0.27% -
XYZ 3.36 2.78 1.66 -
YUV 46.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 68 39 31 0 0.43 0.54 0.73 12.97 0.37 0.19
Hex 44 27 1F 0 2B 36 49 D 25 13
Octal 104 47 37 0 53 66 111 15 45 23
Binary 1000100 100111 11111 0 101011 110110 1001001 1101 100101 10011

Color Harmonies of #44271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44271F

Black with #44271F

Text Example


Text Example

White with #44271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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