#44251D

Color #44251D Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #44251D

Tints of Brown Pod #44251D

Color information

#44251D (or 0x44251D) is unknown color: approx Brown Pod. HEX triplet: 44, 25 and 1D. RGB value is (68,37,29). Sum of RGB (Red+Green+Blue) = 68+37+29=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #44251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44251D is #BBDAE2. Grayscale: #2D2D2D. Windows color (decimal): -12311267 or 1910084. OLE color: 1910084.

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

Color convert

RGB683729-
CMYK00.460.570.73
HSL12.31º40.21%19.02%-
HSV(B)12.31º57.35%26.67%-
XYZ3.272.641.5-
YUV45.36118.77144.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.75%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 29 (11.72% from 255) = 21.64%
R=50.75%
G=27.61%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68372900.460.570.7312.3140.2119.02
Hex44251D02E3949c2813
Octal104453505671111145023
Binary10001001001011110101011101110011001001110010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #44251D;
 }
 .AnyTagClassName
 {
   color: #44251D;
 }
</style>
background-color css

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

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

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

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

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

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