#442807

Color #442807 Bistre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bistre #442807

Tints of Bistre #442807

Color information

#442807 (or 0x442807) is unknown color: approx Bistre. HEX triplet: 44, 28 and 07. RGB value is (68,40,7). Sum of RGB (Red+Green+Blue) = 68+40+7=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #442807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442807 is #BBD7F8. Grayscale: #2C2C2C. Windows color (decimal): -12310521 or 469060. OLE color: 469060.

HSL color Cylindrical-coordinate representation of color #442807: hue angle of 32.46º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #442807 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB68407-
CMYK00.410.900.73
HSL32.46º81.33%14.71%-
HSV(B)32.46º89.71%26.67%-
XYZ3.182.760.57-
YUV44.61106.78144.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.13%
GREEN value IS 40 (16.02% from 255) = 34.78%
BLUE value IS 7 (3.12% from 255) = 6.09%
R=59.13%
G=34.78%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6840700.410.900.7332.4681.3314.71
Hex442870295A492051f
Octal1045070511321114012117
Binary100010010100011101010011011010100100110000010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442807; }

 p { color: rgb(68,40,7); }

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

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

 a { background-color: rgb(68,40,7); }

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

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

 span { border-color: rgb(68,40,7); }

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