#411708

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

Shades of Brown Pod #411708

Tints of Brown Pod #411708

Color information

#411708 (or 0x411708) is unknown color: approx Brown Pod. HEX triplet: 41, 17 and 08. RGB value is (65,23,8). Sum of RGB (Red+Green+Blue) = 65+23+8=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #411708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411708 is #BEE8F7. Grayscale: #212121. Windows color (decimal): -12511480 or 530241. OLE color: 530241.

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

Color convert

RGB65238-
CMYK00.650.880.75
HSL15.79º78.08%14.31%-
HSV(B)15.79º87.69%25.49%-
XYZ2.531.750.43-
YUV33.85113.41150.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.71%
GREEN value IS 23 (9.38% from 255) = 23.96%
BLUE value IS 8 (3.52% from 255) = 8.33%
R=67.71%
G=23.96%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6523800.650.880.7515.7978.0814.31
Hex41178041584B104ee
Octal101271001011301132011616
Binary100000110111100001000001101100010010111000010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411708; }

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

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

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

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

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

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

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

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