#422507

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

Shades of Bistre #422507

Tints of Bistre #422507

Color information

#422507 (or 0x422507) is unknown color: approx Bistre. HEX triplet: 42, 25 and 07. RGB value is (66,37,7). Sum of RGB (Red+Green+Blue) = 66+37+7=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #422507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422507 is #BDDAF8. Grayscale: #2A2A2A. Windows color (decimal): -12442361 or 468290. OLE color: 468290.

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

Color convert

RGB66377-
CMYK00.440.890.74
HSL30.51º80.82%14.31%-
HSV(B)30.51º89.39%25.88%-
XYZ2.952.50.53-
YUV42.25108.11144.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 60%
GREEN value IS 37 (14.84% from 255) = 33.64%
BLUE value IS 7 (3.12% from 255) = 6.36%
R=60%
G=33.64%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6637700.440.890.7430.5180.8214.31
Hex4225702C594A1f51e
Octal1024570541311123712116
Binary10000101001011110101100101100110010101111110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422507; }

 p { color: rgb(66,37,7); }

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

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

 a { background-color: rgb(66,37,7); }

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

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

 span { border-color: rgb(66,37,7); }

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