#42230B

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

Shades of Brown Pod #42230B

Tints of Brown Pod #42230B

Color information

#42230B (or 0x42230B) is unknown color: approx Brown Pod. HEX triplet: 42, 23 and 0B. RGB value is (66,35,11). Sum of RGB (Red+Green+Blue) = 66+35+11=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #42230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42230B is #BDDCF4. Grayscale: #292929. Windows color (decimal): -12442869 or 729922. OLE color: 729922.

HSL color Cylindrical-coordinate representation of color #42230B: hue angle of 26.18º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42230B is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB663511-
CMYK00.470.830.74
HSL26.18º71.43%15.1%-
HSV(B)26.18º83.33%25.88%-
XYZ2.912.380.62-
YUV41.53110.77145.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.93%
GREEN value IS 35 (14.06% from 255) = 31.25%
BLUE value IS 11 (4.69% from 255) = 9.82%
R=58.93%
G=31.25%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66351100.470.830.7426.1871.4315.1
Hex4223B02F534A1a47f
Octal10243130571231123210717
Binary100001010001110110101111101001110010101101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42230B; }

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

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

<style>
 a { background-color: #42230B; }

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

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

<style>
 span { border-color: #42230B; }

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

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