#42270B

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

Shades of Bistre #42270B

Tints of Bistre #42270B

Color information

#42270B (or 0x42270B) is unknown color: approx Bistre. HEX triplet: 42, 27 and 0B. RGB value is (66,39,11). Sum of RGB (Red+Green+Blue) = 66+39+11=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #42270B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42270B is #BDD8F4. Grayscale: #2C2C2C. Windows color (decimal): -12441845 or 730946. OLE color: 730946.

HSL color Cylindrical-coordinate representation of color #42270B: hue angle of 30.55º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42270B is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB663911-
CMYK00.410.830.74
HSL30.55º71.43%15.1%-
HSV(B)30.55º83.33%25.88%-
XYZ3.032.630.67-
YUV43.88109.45143.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.90%
GREEN value IS 39 (15.62% from 255) = 33.62%
BLUE value IS 11 (4.69% from 255) = 9.48%
R=56.90%
G=33.62%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66391100.410.830.7430.5571.4315.1
Hex4227B029534A1f47f
Octal10247130511231123710717
Binary100001010011110110101001101001110010101111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42270B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42270B; }

 p { color: rgb(66,39,11); }

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

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

 a { background-color: rgb(66,39,11); }

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

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

 span { border-color: rgb(66,39,11); }

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