Html Css Color HEX #44271E Brown Pod

📋 copy color: '#44271E'

red 68 ◦ green 39 ◦ blue 30

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

Shades of Brown Pod #44271E

Tints of Brown Pod #44271E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.9%

R = 49.64%
G = 28.47%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#44271E (or 0x44271E) is known color: Brown Pod. HEX triplet: 44, 27 and 1E. RGB value is (68,39,30). Sum of RGB (Red+Green+Blue) = 68+39+30=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #44271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44271E is #BBD8E1. Grayscale: #2E2E2E. Windows color (decimal): -12310754 or 1976132. OLE color: 1976132.

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

Color convert

RGB 68 39 30 -
CMYK 0 0.43 0.56 0.73
HSL 14.21º 0.39% 0.19% -
HSV(B) 14.21º 0.56% 0.27% -
XYZ 3.34 2.77 1.59 -
YUV 46.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 68 39 30 0 0.43 0.56 0.73 14.21 0.39 0.19
Hex 44 27 1E 0 2B 38 49 E 27 13
Octal 104 47 36 0 53 70 111 16 47 23
Binary 1000100 100111 11110 0 101011 111000 1001001 1110 100111 10011

Color Harmonies of #44271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44271E

Black with #44271E

Text Example


Text Example

White with #44271E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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