#42160B

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

Shades of Brown Pod #42160B

Tints of Brown Pod #42160B

Color information

#42160B (or 0x42160B) is unknown color: approx Brown Pod. HEX triplet: 42, 16 and 0B. RGB value is (66,22,11). Sum of RGB (Red+Green+Blue) = 66+22+11=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #42160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42160B is #BDE9F4. Grayscale: #212121. Windows color (decimal): -12446197 or 726594. OLE color: 726594.

HSL color Cylindrical-coordinate representation of color #42160B: hue angle of 12º 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 #42160B is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB662211-
CMYK00.670.830.74
HSL12º71.43%15.1%-
HSV(B)12º83.33%25.88%-
XYZ2.591.760.52-
YUV33.9115.08150.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 66.67%
GREEN value IS 22 (8.98% from 255) = 22.22%
BLUE value IS 11 (4.69% from 255) = 11.11%
R=66.67%
G=22.22%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66221100.670.830.741271.4315.1
Hex4216B043534Ac47f
Octal102261301031231121410717
Binary10000101011010110100001110100111001010110010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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