Html Css Color HEX #44271D Brown Pod

📋 copy color: '#44271D'

red 68 ◦ green 39 ◦ blue 29

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

Shades of Brown Pod #44271D

Tints of Brown Pod #44271D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.32%

R = 50%
G = 28.68%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#44271D (or 0x44271D) is known color: Brown Pod. HEX triplet: 44, 27 and 1D. RGB value is (68,39,29). Sum of RGB (Red+Green+Blue) = 68+39+29=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #44271D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44271D is #BBD8E2. Grayscale: #2E2E2E. Windows color (decimal): -12310755 or 1910596. OLE color: 1910596.

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

Color convert

RGB 68 39 29 -
CMYK 0 0.43 0.57 0.73
HSL 15.38º 0.4% 0.19% -
HSV(B) 15.38º 0.57% 0.27% -
XYZ 3.33 2.77 1.52 -
YUV 46.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 68 39 29 0 0.43 0.57 0.73 15.38 0.4 0.19
Hex 44 27 1D 0 2B 39 49 F 28 13
Octal 104 47 35 0 53 71 111 17 50 23
Binary 1000100 100111 11101 0 101011 111001 1001001 1111 101000 10011

Color Harmonies of #44271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44271D

Black with #44271D

Text Example


Text Example

White with #44271D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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