Html Css Color HEX #44241C Brown Pod

📋 copy color: '#44241C'

red 68 ◦ green 36 ◦ blue 28

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

Shades of Brown Pod #44241C

Tints of Brown Pod #44241C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.21%

R = 51.52%
G = 27.27%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#44241C (or 0x44241C) is known color: Brown Pod. HEX triplet: 44, 24 and 1C. RGB value is (68,36,28). Sum of RGB (Red+Green+Blue) = 68+36+28=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #44241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44241C is #BBDBE3. Grayscale: #2C2C2C. Windows color (decimal): -12311524 or 1844292. OLE color: 1844292.

HSL color Cylindrical-coordinate representation of color #44241C: hue angle of 12º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44241C is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 36 28 -
CMYK 0 0.47 0.59 0.73
HSL 12º 0.42% 0.19% -
HSV(B) 12º 0.59% 0.27% -
XYZ 3.22 2.57 1.43 -
YUV 44.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 68 36 28 0 0.47 0.59 0.73 12 0.42 0.19
Hex 44 24 1C 0 2F 3B 49 C 2A 13
Octal 104 44 34 0 57 73 111 14 52 23
Binary 1000100 100100 11100 0 101111 111011 1001001 1100 101010 10011

Color Harmonies of #44241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44241C

Black with #44241C

Text Example


Text Example

White with #44241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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