#42190B

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

Shades of Brown Pod #42190B

Tints of Brown Pod #42190B

Color information

#42190B (or 0x42190B) is unknown color: approx Brown Pod. HEX triplet: 42, 19 and 0B. RGB value is (66,25,11). Sum of RGB (Red+Green+Blue) = 66+25+11=102 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.71% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 66 - color contains mainly: red. Hex color #42190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42190B is #BDE6F4. Grayscale: #232323. Windows color (decimal): -12445429 or 727362. OLE color: 727362.

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

Color convert

RGB662511-
CMYK00.620.830.74
HSL15.27º71.43%15.1%-
HSV(B)15.27º83.33%25.88%-
XYZ2.651.880.54-
YUV35.66114.08149.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 64.71%
GREEN value IS 25 (10.16% from 255) = 24.51%
BLUE value IS 11 (4.69% from 255) = 10.78%
R=64.71%
G=24.51%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66251100.620.830.7415.2771.4315.1
Hex4219B03E534Af47f
Octal10231130761231121710717
Binary1000010110011011011111010100111001010111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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