#42230E

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

Shades of Brown Pod #42230E

Tints of Brown Pod #42230E

Color information

#42230E (or 0x42230E) is unknown color: approx Brown Pod. HEX triplet: 42, 23 and 0E. RGB value is (66,35,14). Sum of RGB (Red+Green+Blue) = 66+35+14=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #42230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42230E is #BDDCF1. Grayscale: #292929. Windows color (decimal): -12442866 or 926530. OLE color: 926530.

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

Color convert

RGB663514-
CMYK00.470.790.74
HSL24.23º65%15.69%-
HSV(B)24.23º78.79%25.88%-
XYZ2.932.390.72-
YUV41.88112.27145.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.39%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 14 (5.86% from 255) = 12.17%
R=57.39%
G=30.43%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66351400.470.790.7424.236515.69
Hex4223E02F4F4A184110
Octal10243160571171123010120
Binary1000010100011111001011111001111100101011000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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