Html Css Color HEX #44241D Brown Pod

📋 copy color: '#44241D'

red 68 ◦ green 36 ◦ blue 29

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

Shades of Brown Pod #44241D

Tints of Brown Pod #44241D

RGB

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

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

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

R = 51.13%
G = 27.07%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#44241D (or 0x44241D) is known color: Brown Pod. HEX triplet: 44, 24 and 1D. RGB value is (68,36,29). Sum of RGB (Red+Green+Blue) = 68+36+29=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #44241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44241D is #BBDBE2. Grayscale: #2C2C2C. Windows color (decimal): -12311523 or 1909828. OLE color: 1909828.

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

Color convert

RGB 68 36 29 -
CMYK 0 0.47 0.57 0.73
HSL 10.77º 0.4% 0.19% -
HSV(B) 10.77º 0.57% 0.27% -
XYZ 3.24 2.58 1.49 -
YUV 44.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 68 36 29 0 0.47 0.57 0.73 10.77 0.4 0.19
Hex 44 24 1D 0 2F 39 49 B 28 13
Octal 104 44 35 0 57 71 111 13 50 23
Binary 1000100 100100 11101 0 101111 111001 1001001 1011 101000 10011

Color Harmonies of #44241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44241D

Black with #44241D

Text Example


Text Example

White with #44241D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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