#42201A

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

Shades of Brown Pod #42201A

Tints of Brown Pod #42201A

Color information

#42201A (or 0x42201A) is unknown color: approx Brown Pod. HEX triplet: 42, 20 and 1A. RGB value is (66,32,26). Sum of RGB (Red+Green+Blue) = 66+32+26=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #42201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42201A is #BDDFE5. Grayscale: #292929. Windows color (decimal): -12443622 or 1712194. OLE color: 1712194.

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

Color convert

RGB663226-
CMYK00.520.610.74
HSL43.48%18.04%-
HSV(B)60.61%25.88%-
XYZ2.952.271.26-
YUV41.48119.26145.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.23%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 26 (10.55% from 255) = 20.97%
R=53.23%
G=25.81%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66322600.520.610.74943.4818.04
Hex42201A0343D4A92b12
Octal102403206475112115322
Binary10000101000001101001101001111011001010100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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