#411700

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

Shades of Brown Pod #411700

Tints of Brown Pod #411700

Color information

#411700 (or 0x411700) is unknown color: approx Brown Pod. HEX triplet: 41, 17 and 00. RGB value is (65,23,0). Sum of RGB (Red+Green+Blue) = 65+23+0=88 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.86% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 65 - color contains mainly: red. Hex color #411700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411700 is #BEE8FF. Grayscale: #212121. Windows color (decimal): -12511488 or 5953. OLE color: 5953.

HSL color Cylindrical-coordinate representation of color #411700: hue angle of 21.23º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #411700 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB65230-
CMYK00.6510.75
HSL21.23º100%12.75%-
HSV(B)21.23º100%25.49%-
XYZ2.491.740.2-
YUV32.94109.41150.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 73.86%
GREEN value IS 23 (9.38% from 255) = 26.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.86%
G=26.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6523000.6510.7521.2310012.75
Hex41170041644B1564d
Octal10127001011441132514415
Binary100000110111001000001110010010010111010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411700; }

 p { color: rgb(65,23,0); }

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

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

 a { background-color: rgb(65,23,0); }

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

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

 span { border-color: rgb(65,23,0); }

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