#46230A

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

Shades of Brown Pod #46230A

Tints of Brown Pod #46230A

Color information

#46230A (or 0x46230A) is unknown color: approx Brown Pod. HEX triplet: 46, 23 and 0A. RGB value is (70,35,10). Sum of RGB (Red+Green+Blue) = 70+35+10=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #46230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46230A is #B9DCF5. Grayscale: #2A2A2A. Windows color (decimal): -12180726 or 664390. OLE color: 664390.

HSL color Cylindrical-coordinate representation of color #46230A: hue angle of 25º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46230A is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB703510-
CMYK00.50.860.73
HSL25º75%15.69%-
HSV(B)25º85.71%27.45%-
XYZ3.182.530.61-
YUV42.61109.6147.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.87%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 10 (4.30% from 255) = 8.70%
R=60.87%
G=30.43%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70351000.50.860.73257515.69
Hex4623A0325649194b10
Octal10643120621261113111320
Binary1000110100011101001100101010110100100111001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46230A; }

 p { color: rgb(70,35,10); }

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

<style>
 a { background-color: #46230A; }

 a { background-color: rgb(70,35,10); }

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

<style>
 span { border-color: #46230A; }

 span { border-color: rgb(70,35,10); }

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