#411702

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

Shades of Brown Pod #411702

Tints of Brown Pod #411702

Color information

#411702 (or 0x411702) is unknown color: approx Brown Pod. HEX triplet: 41, 17 and 02. RGB value is (65,23,2). Sum of RGB (Red+Green+Blue) = 65+23+2=90 (11% of max value = 765). Red value is 65 (25.78% from 255 or 72.22% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 65 - color contains mainly: red. Hex color #411702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411702 is #BEE8FD. Grayscale: #212121. Windows color (decimal): -12511486 or 137025. OLE color: 137025.

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

Color convert

RGB65232-
CMYK00.650.970.75
HSL20º94.03%13.14%-
HSV(B)20º96.92%25.49%-
XYZ2.51.740.26-
YUV33.16110.41150.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 72.22%
GREEN value IS 23 (9.38% from 255) = 25.56%
BLUE value IS 2 (1.17% from 255) = 2.22%
R=72.22%
G=25.56%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6523200.650.970.752094.0313.14
Hex41172041614B145ed
Octal10127201011411132413615
Binary1000001101111001000001110000110010111010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411702; }

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

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

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

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

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

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

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

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