#42241C

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

Shades of Brown Pod #42241C

Tints of Brown Pod #42241C

Color information

#42241C (or 0x42241C) is unknown color: approx Brown Pod. HEX triplet: 42, 24 and 1C. RGB value is (66,36,28). Sum of RGB (Red+Green+Blue) = 66+36+28=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #42241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42241C is #BDDBE3. Grayscale: #2C2C2C. Windows color (decimal): -12442596 or 1844290. OLE color: 1844290.

HSL color Cylindrical-coordinate representation of color #42241C: hue angle of 12.63º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42241C is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB663628-
CMYK00.450.580.74
HSL12.63º40.43%18.43%-
HSV(B)12.63º57.58%25.88%-
XYZ3.092.51.42-
YUV44.06118.94143.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.77%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=50.77%
G=27.69%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66362800.450.580.7412.6340.4318.43
Hex42241C02D3A4Ad2812
Octal102443405572112155022
Binary10000101001001110001011011110101001010110110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42241C; }

 p { color: rgb(66,36,28); }

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

<style>
 a { background-color: #42241C; }

 a { background-color: rgb(66,36,28); }

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

<style>
 span { border-color: #42241C; }

 span { border-color: rgb(66,36,28); }

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