#461F08

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

Shades of Brown Pod #461F08

Tints of Brown Pod #461F08

Color information

#461F08 (or 0x461F08) is unknown color: approx Brown Pod. HEX triplet: 46, 1F and 08. RGB value is (70,31,8). Sum of RGB (Red+Green+Blue) = 70+31+8=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #461F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461F08 is #B9E0F7. Grayscale: #282828. Windows color (decimal): -12181752 or 532294. OLE color: 532294.

HSL color Cylindrical-coordinate representation of color #461F08: hue angle of 22.26º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461F08 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB70318-
CMYK00.560.890.73
HSL22.26º79.49%15.29%-
HSV(B)22.26º88.57%27.45%-
XYZ3.062.30.51-
YUV40.04109.92149.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.22%
GREEN value IS 31 (12.5% from 255) = 28.44%
BLUE value IS 8 (3.52% from 255) = 7.34%
R=64.22%
G=28.44%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7031800.560.890.7322.2679.4915.29
Hex461F80385949164ff
Octal10637100701311112611717
Binary10001101111110000111000101100110010011011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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