#422403

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

Shades of Bistre #422403

Tints of Bistre #422403

Color information

#422403 (or 0x422403) is unknown color: approx Bistre. HEX triplet: 42, 24 and 03. RGB value is (66,36,3). Sum of RGB (Red+Green+Blue) = 66+36+3=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #422403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422403 is #BDDBFC. Grayscale: #292929. Windows color (decimal): -12442621 or 205890. OLE color: 205890.

HSL color Cylindrical-coordinate representation of color #422403: hue angle of 31.43º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #422403 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.74.

Color convert

RGB66363-
CMYK00.450.950.74
HSL31.43º91.3%13.53%-
HSV(B)31.43º95.45%25.88%-
XYZ2.892.430.4-
YUV41.21106.44145.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 62.86%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 3 (1.56% from 255) = 2.86%
R=62.86%
G=34.29%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.95
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6636300.450.950.7431.4391.313.53
Hex4224302D5F4A1f5be
Octal1024430551371123713316
Binary1000010100100110101101101111110010101111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422403; }

 p { color: rgb(66,36,3); }

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

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

 a { background-color: rgb(66,36,3); }

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

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

 span { border-color: rgb(66,36,3); }

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