#44230B

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

Shades of Brown Pod #44230B

Tints of Brown Pod #44230B

Color information

#44230B (or 0x44230B) is unknown color: approx Brown Pod. HEX triplet: 44, 23 and 0B. RGB value is (68,35,11). Sum of RGB (Red+Green+Blue) = 68+35+11=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #44230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44230B is #BBDCF4. Grayscale: #2A2A2A. Windows color (decimal): -12311797 or 729924. OLE color: 729924.

HSL color Cylindrical-coordinate representation of color #44230B: hue angle of 25.26º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44230B is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB683511-
CMYK00.490.840.73
HSL25.26º72.15%15.49%-
HSV(B)25.26º83.82%26.67%-
XYZ3.052.460.63-
YUV42.13110.43146.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.65%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 11 (4.69% from 255) = 9.65%
R=59.65%
G=30.70%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68351100.490.840.7325.2672.1515.49
Hex4423B03154491948f
Octal10443130611241113111017
Binary100010010001110110110001101010010010011100110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,35,11); }

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

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

 a { background-color: rgb(68,35,11); }

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

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

 span { border-color: rgb(68,35,11); }

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