#42201C

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

Shades of Brown Pod #42201C

Tints of Brown Pod #42201C

Color information

#42201C (or 0x42201C) is unknown color: approx Brown Pod. HEX triplet: 42, 20 and 1C. RGB value is (66,32,28). Sum of RGB (Red+Green+Blue) = 66+32+28=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #42201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42201C is #BDDFE3. Grayscale: #292929. Windows color (decimal): -12443620 or 1843266. OLE color: 1843266.

HSL color Cylindrical-coordinate representation of color #42201C: hue angle of 6.32º 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 #42201C is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB663228-
CMYK00.520.580.74
HSL6.32º40.43%18.43%-
HSV(B)6.32º57.58%25.88%-
XYZ2.972.281.38-
YUV41.71120.26145.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 52.38%
GREEN value IS 32 (12.89% from 255) = 25.40%
BLUE value IS 28 (11.33% from 255) = 22.22%
R=52.38%
G=25.40%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66322800.520.580.746.3240.4318.43
Hex42201C0343A4A62812
Octal10240340647211265022
Binary1000010100000111000110100111010100101011010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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