#442503

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

Shades of Bistre #442503

Tints of Bistre #442503

Color information

#442503 (or 0x442503) is unknown color: approx Bistre. HEX triplet: 44, 25 and 03. RGB value is (68,37,3). Sum of RGB (Red+Green+Blue) = 68+37+3=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #442503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442503 is #BBDAFC. Grayscale: #2A2A2A. Windows color (decimal): -12311293 or 206148. OLE color: 206148.

HSL color Cylindrical-coordinate representation of color #442503: hue angle of 31.38º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #442503 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB68373-
CMYK00.460.960.73
HSL31.38º91.55%13.92%-
HSV(B)31.38º95.59%26.67%-
XYZ3.062.560.42-
YUV42.39105.77146.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 62.96%
GREEN value IS 37 (14.84% from 255) = 34.26%
BLUE value IS 3 (1.56% from 255) = 2.78%
R=62.96%
G=34.26%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6837300.460.960.7331.3891.5513.92
Hex4425302E60491f5ce
Octal1044530561401113713416
Binary1000100100101110101110110000010010011111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442503; }

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

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

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

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

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

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

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

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