Html Css Color HEX #44241B Brown Pod

📋 copy color: '#44241B'

red 68 ◦ green 36 ◦ blue 27

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

Shades of Brown Pod #44241B

Tints of Brown Pod #44241B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.61%

R = 51.91%
G = 27.48%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.73

RGB Variations

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

Color information

#44241B (or 0x44241B) is known color: Brown Pod. HEX triplet: 44, 24 and 1B. RGB value is (68,36,27). Sum of RGB (Red+Green+Blue) = 68+36+27=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #44241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44241B is #BBDBE4. Grayscale: #2C2C2C. Windows color (decimal): -12311525 or 1778756. OLE color: 1778756.

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

Color convert

RGB 68 36 27 -
CMYK 0 0.47 0.60 0.73
HSL 13.17º 0.43% 0.19% -
HSV(B) 13.17º 0.6% 0.27% -
XYZ 3.21 2.57 1.36 -
YUV 44.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 68 36 27 0 0.47 0.60 0.73 13.17 0.43 0.19
Hex 44 24 1B 0 2F 3C 49 D 2B 13
Octal 104 44 33 0 57 74 111 15 53 23
Binary 1000100 100100 11011 0 101111 111100 1001001 1101 101011 10011

Color Harmonies of #44241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44241B

Black with #44241B

Text Example


Text Example

White with #44241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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