#42270E

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

Shades of Bistre #42270E

Tints of Bistre #42270E

Color information

#42270E (or 0x42270E) is unknown color: approx Bistre. HEX triplet: 42, 27 and 0E. RGB value is (66,39,14). Sum of RGB (Red+Green+Blue) = 66+39+14=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #42270E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42270E is #BDD8F1. Grayscale: #2C2C2C. Windows color (decimal): -12441842 or 927554. OLE color: 927554.

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

Color convert

RGB663914-
CMYK00.410.790.74
HSL28.85º65%15.69%-
HSV(B)28.85º78.79%25.88%-
XYZ3.052.640.76-
YUV44.22110.95143.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.46%
GREEN value IS 39 (15.62% from 255) = 32.77%
BLUE value IS 14 (5.86% from 255) = 11.76%
R=55.46%
G=32.77%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66391400.410.790.7428.856515.69
Hex4227E0294F4A1d4110
Octal10247160511171123510120
Binary1000010100111111001010011001111100101011101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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