Html Css Color HEX #44241F Brown Pod

📋 copy color: '#44241F'

red 68 ◦ green 36 ◦ blue 31

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

Shades of Brown Pod #44241F

Tints of Brown Pod #44241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.67%

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

R = 50.37%
G = 26.67%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#44241F (or 0x44241F) is known color: Brown Pod. HEX triplet: 44, 24 and 1F. RGB value is (68,36,31). Sum of RGB (Red+Green+Blue) = 68+36+31=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #44241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44241F is #BBDBE0. Grayscale: #2D2D2D. Windows color (decimal): -12311521 or 2040900. OLE color: 2040900.

HSL color Cylindrical-coordinate representation of color #44241F: hue angle of 8.11º 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 #44241F is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 36 31 -
CMYK 0 0.47 0.54 0.73
HSL 8.11º 0.37% 0.19% -
HSV(B) 8.11º 0.54% 0.27% -
XYZ 3.26 2.59 1.62 -
YUV 45 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 68 36 31 0 0.47 0.54 0.73 8.11 0.37 0.19
Hex 44 24 1F 0 2F 36 49 8 25 13
Octal 104 44 37 0 57 66 111 10 45 23
Binary 1000100 100100 11111 0 101111 110110 1001001 1000 100101 10011

Color Harmonies of #44241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44241F

Black with #44241F

Text Example


Text Example

White with #44241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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