#42271B

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

Shades of Brown Pod #42271B

Tints of Brown Pod #42271B

Color information

#42271B (or 0x42271B) is unknown color: approx Brown Pod. HEX triplet: 42, 27 and 1B. RGB value is (66,39,27). Sum of RGB (Red+Green+Blue) = 66+39+27=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #42271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42271B is #BDD8E4. Grayscale: #2D2D2D. Windows color (decimal): -12441829 or 1779522. OLE color: 1779522.

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

Color convert

RGB663927-
CMYK00.410.590.74
HSL18.46º41.94%18.24%-
HSV(B)18.46º59.09%25.88%-
XYZ3.172.691.39-
YUV45.7117.45142.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50%
GREEN value IS 39 (15.62% from 255) = 29.55%
BLUE value IS 27 (10.94% from 255) = 20.45%
R=50%
G=29.55%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66392700.410.590.7418.4641.9418.24
Hex42271B0293B4A122a12
Octal102473305173112225222
Binary100001010011111011010100111101110010101001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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