#442610

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

Shades of Bistre #442610

Tints of Bistre #442610

Color information

#442610 (or 0x442610) is unknown color: approx Bistre. HEX triplet: 44, 26 and 10. RGB value is (68,38,16). Sum of RGB (Red+Green+Blue) = 68+38+16=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #442610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442610 is #BBD9EF. Grayscale: #2C2C2C. Windows color (decimal): -12311024 or 1058372. OLE color: 1058372.

HSL color Cylindrical-coordinate representation of color #442610: hue angle of 25.38º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #442610 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB683816-
CMYK00.440.760.73
HSL25.38º61.9%16.47%-
HSV(B)25.38º76.47%26.67%-
XYZ3.172.650.84-
YUV44.46111.94144.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.74%
GREEN value IS 38 (15.23% from 255) = 31.15%
BLUE value IS 16 (6.64% from 255) = 13.11%
R=55.74%
G=31.15%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68381600.440.760.7325.3861.916.47
Hex44261002C4C49193e10
Octal1044620054114111317620
Binary1000100100110100000101100100110010010011100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442610; }

 p { color: rgb(68,38,16); }

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

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

 a { background-color: rgb(68,38,16); }

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

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

 span { border-color: rgb(68,38,16); }

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