#42201F

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

Shades of Brown Pod #42201F

Tints of Brown Pod #42201F

Color information

#42201F (or 0x42201F) is unknown color: approx Brown Pod. HEX triplet: 42, 20 and 1F. RGB value is (66,32,31). Sum of RGB (Red+Green+Blue) = 66+32+31=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42201F is #BDDFE0. Grayscale: #2A2A2A. Windows color (decimal): -12443617 or 2039874. OLE color: 2039874.

HSL color Cylindrical-coordinate representation of color #42201F: hue angle of 1.71º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42201F is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB663231-
CMYK00.520.530.74
HSL1.71º36.08%19.02%-
HSV(B)1.71º53.03%25.88%-
XYZ3.012.291.58-
YUV42.05121.76145.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.16%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 31 (12.5% from 255) = 24.03%
R=51.16%
G=24.81%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66323100.520.530.741.7136.0819.02
Hex42201F034354A22413
Octal10240370646511224423
Binary100001010000011111011010011010110010101010010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42201F; }

 p { color: rgb(66,32,31); }

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

<style>
 a { background-color: #42201F; }

 a { background-color: rgb(66,32,31); }

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

<style>
 span { border-color: #42201F; }

 span { border-color: rgb(66,32,31); }

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