#44170B

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

Shades of Brown Pod #44170B

Tints of Brown Pod #44170B

Color information

#44170B (or 0x44170B) is unknown color: approx Brown Pod. HEX triplet: 44, 17 and 0B. RGB value is (68,23,11). Sum of RGB (Red+Green+Blue) = 68+23+11=102 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.67% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 68 - color contains mainly: red. Hex color #44170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44170B is #BBE8F4. Grayscale: #232323. Windows color (decimal): -12314869 or 726852. OLE color: 726852.

HSL color Cylindrical-coordinate representation of color #44170B: hue angle of 12.63º 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 #44170B is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB682311-
CMYK00.660.840.73
HSL12.63º72.15%15.49%-
HSV(B)12.63º83.82%26.67%-
XYZ2.751.870.53-
YUV35.09114.41151.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.67%
GREEN value IS 23 (9.38% from 255) = 22.55%
BLUE value IS 11 (4.69% from 255) = 10.78%
R=66.67%
G=22.55%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68231100.660.840.7312.6372.1515.49
Hex4417B0425449d48f
Octal104271301021241111511017
Binary10001001011110110100001010101001001001110110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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