#461F02

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

Shades of Brown Pod #461F02

Tints of Brown Pod #461F02

Color information

#461F02 (or 0x461F02) is unknown color: approx Brown Pod. HEX triplet: 46, 1F and 02. RGB value is (70,31,2). Sum of RGB (Red+Green+Blue) = 70+31+2=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #461F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461F02 is #B9E0FD. Grayscale: #272727. Windows color (decimal): -12181758 or 139078. OLE color: 139078.

HSL color Cylindrical-coordinate representation of color #461F02: hue angle of 25.59º 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 #461F02 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB70312-
CMYK00.560.970.73
HSL25.59º94.44%14.12%-
HSV(B)25.59º97.14%27.45%-
XYZ3.032.290.34-
YUV39.35106.92149.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 67.96%
GREEN value IS 31 (12.5% from 255) = 30.10%
BLUE value IS 2 (1.17% from 255) = 1.94%
R=67.96%
G=30.10%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7031200.560.970.7325.5994.4414.12
Hex461F203861491a5ee
Octal1063720701411113213616
Binary100011011111100111000110000110010011101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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