#42241D

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

Shades of Brown Pod #42241D

Tints of Brown Pod #42241D

Color information

#42241D (or 0x42241D) is unknown color: approx Brown Pod. HEX triplet: 42, 24 and 1D. RGB value is (66,36,29). Sum of RGB (Red+Green+Blue) = 66+36+29=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #42241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42241D is #BDDBE2. Grayscale: #2C2C2C. Windows color (decimal): -12442595 or 1909826. OLE color: 1909826.

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

Color convert

RGB663629-
CMYK00.450.560.74
HSL11.35º38.95%18.63%-
HSV(B)11.35º56.06%25.88%-
XYZ3.12.511.48-
YUV44.17119.44143.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.38%
GREEN value IS 36 (14.45% from 255) = 27.48%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=50.38%
G=27.48%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66362900.450.560.7411.3538.9518.63
Hex42241D02D384Ab2713
Octal102443505570112134723
Binary10000101001001110101011011110001001010101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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