#461E02

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

Shades of Brown Pod #461E02

Tints of Brown Pod #461E02

Color information

#461E02 (or 0x461E02) is unknown color: approx Brown Pod. HEX triplet: 46, 1E and 02. RGB value is (70,30,2). Sum of RGB (Red+Green+Blue) = 70+30+2=102 (13% of max value = 765). Red value is 70 (27.73% from 255 or 68.63% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 70 - color contains mainly: red. Hex color #461E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461E02 is #B9E1FD. Grayscale: #262626. Windows color (decimal): -12182014 or 138822. OLE color: 138822.

HSL color Cylindrical-coordinate representation of color #461E02: hue angle of 24.71º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #461E02 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB70302-
CMYK00.570.970.73
HSL24.71º94.44%14.12%-
HSV(B)24.71º97.14%27.45%-
XYZ32.240.33-
YUV38.77107.25150.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 68.63%
GREEN value IS 30 (12.11% from 255) = 29.41%
BLUE value IS 2 (1.17% from 255) = 1.96%
R=68.63%
G=29.41%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7030200.570.970.7324.7194.4414.12
Hex461E20396149195ee
Octal1063620711411113113616
Binary100011011110100111001110000110010011100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461E02; }

 p { color: rgb(70,30,2); }

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

<style>
 a { background-color: #461E02; }

 a { background-color: rgb(70,30,2); }

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

<style>
 span { border-color: #461E02; }

 span { border-color: rgb(70,30,2); }

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