#42180B

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

Shades of Brown Pod #42180B

Tints of Brown Pod #42180B

Color information

#42180B (or 0x42180B) is unknown color: approx Brown Pod. HEX triplet: 42, 18 and 0B. RGB value is (66,24,11). Sum of RGB (Red+Green+Blue) = 66+24+11=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #42180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42180B is #BDE7F4. Grayscale: #232323. Windows color (decimal): -12445685 or 727106. OLE color: 727106.

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

Color convert

RGB662411-
CMYK00.640.830.74
HSL14.18º71.43%15.1%-
HSV(B)14.18º83.33%25.88%-
XYZ2.631.840.53-
YUV35.08114.41150.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 65.35%
GREEN value IS 24 (9.77% from 255) = 23.76%
BLUE value IS 11 (4.69% from 255) = 10.89%
R=65.35%
G=23.76%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66241100.640.830.7414.1871.4315.1
Hex4218B040534Ae47f
Octal102301301001231121610717
Binary10000101100010110100000010100111001010111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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