#42231C

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

Shades of Brown Pod #42231C

Tints of Brown Pod #42231C

Color information

#42231C (or 0x42231C) is unknown color: approx Brown Pod. HEX triplet: 42, 23 and 1C. RGB value is (66,35,28). Sum of RGB (Red+Green+Blue) = 66+35+28=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42231C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42231C is #BDDCE3. Grayscale: #2B2B2B. Windows color (decimal): -12442852 or 1844034. OLE color: 1844034.

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

Color convert

RGB663528-
CMYK00.470.580.74
HSL11.05º40.43%18.43%-
HSV(B)11.05º57.58%25.88%-
XYZ3.062.441.41-
YUV43.47119.27144.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.16%
GREEN value IS 35 (14.06% from 255) = 27.13%
BLUE value IS 28 (11.33% from 255) = 21.71%
R=51.16%
G=27.13%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66352800.470.580.7411.0540.4318.43
Hex42231C02F3A4Ab2812
Octal102433405772112135022
Binary10000101000111110001011111110101001010101110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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