#42281E

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

Shades of Brown Pod #42281E

Tints of Brown Pod #42281E

Color information

#42281E (or 0x42281E) is unknown color: approx Brown Pod. HEX triplet: 42, 28 and 1E. RGB value is (66,40,30). Sum of RGB (Red+Green+Blue) = 66+40+30=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #42281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42281E is #BDD7E1. Grayscale: #2E2E2E. Windows color (decimal): -12441570 or 1976386. OLE color: 1976386.

HSL color Cylindrical-coordinate representation of color #42281E: hue angle of 16.67º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42281E is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB664030-
CMYK00.390.550.74
HSL16.67º37.5%18.82%-
HSV(B)16.67º54.55%25.88%-
XYZ3.242.771.59-
YUV46.63118.61141.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.53%
GREEN value IS 40 (16.02% from 255) = 29.41%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=48.53%
G=29.41%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66403000.390.550.7416.6737.518.82
Hex42281E027374A112613
Octal102503604767112214623
Binary100001010100011110010011111011110010101000110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42281E; }

 p { color: rgb(66,40,30); }

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

<style>
 a { background-color: #42281E; }

 a { background-color: rgb(66,40,30); }

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

<style>
 span { border-color: #42281E; }

 span { border-color: rgb(66,40,30); }

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