#461C00

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

Shades of Brown Pod #461C00

Tints of Brown Pod #461C00

Color information

#461C00 (or 0x461C00) is unknown color: approx Brown Pod. HEX triplet: 46, 1C and 00. RGB value is (70,28,0). Sum of RGB (Red+Green+Blue) = 70+28+0=98 (12% of max value = 765). Red value is 70 (27.73% from 255 or 71.43% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 70 - color contains mainly: red. Hex color #461C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461C00 is #B9E3FF. Grayscale: #252525. Windows color (decimal): -12182528 or 7238. OLE color: 7238.

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

Color convert

RGB70280-
CMYK00.6010.73
HSL24º100%13.73%-
HSV(B)24º100%27.45%-
XYZ2.942.130.26-
YUV37.37106.91151.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 71.43%
GREEN value IS 28 (11.33% from 255) = 28.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.43%
G=28.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7028000.6010.732410013.73
Hex461C003C64491864e
Octal1063400741441113014416
Binary10001101110000111100110010010010011100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,28,0); }

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

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

 a { background-color: rgb(70,28,0); }

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

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

 span { border-color: rgb(70,28,0); }

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