#411F0A

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

Shades of Brown Pod #411F0A

Tints of Brown Pod #411F0A

Color information

#411F0A (or 0x411F0A) is unknown color: approx Brown Pod. HEX triplet: 41, 1F and 0A. RGB value is (65,31,10). Sum of RGB (Red+Green+Blue) = 65+31+10=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #411F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F0A is #BEE0F5. Grayscale: #262626. Windows color (decimal): -12509430 or 663361. OLE color: 663361.

HSL color Cylindrical-coordinate representation of color #411F0A: hue angle of 22.91º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411F0A is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB653110-
CMYK00.520.850.75
HSL22.91º73.33%14.71%-
HSV(B)22.91º84.62%25.49%-
XYZ2.722.130.55-
YUV38.77111.76146.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.32%
GREEN value IS 31 (12.5% from 255) = 29.25%
BLUE value IS 10 (4.30% from 255) = 9.43%
R=61.32%
G=29.25%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65311000.520.850.7522.9173.3314.71
Hex411FA034554B1749f
Octal10137120641251132711117
Binary10000011111110100110100101010110010111011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411F0A; }

 p { color: rgb(65,31,10); }

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

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

 a { background-color: rgb(65,31,10); }

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

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

 span { border-color: rgb(65,31,10); }

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