#3D1F0A

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

Shades of Brown Pod #3D1F0A

Tints of Brown Pod #3D1F0A

Color information

#3D1F0A (or 0x3D1F0A) is unknown color: approx Brown Pod. HEX triplet: 3D, 1F and 0A. RGB value is (61,31,10). Sum of RGB (Red+Green+Blue) = 61+31+10=102 (13% of max value = 765). Red value is 61 (24.22% from 255 or 59.80% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1F0A is #C2E0F5. Grayscale: #252525. Windows color (decimal): -12771574 or 663357. OLE color: 663357.

HSL color Cylindrical-coordinate representation of color #3D1F0A: hue angle of 24.71º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D1F0A is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.76.

Color convert

RGB613110-
CMYK00.490.840.76
HSL24.71º71.83%13.92%-
HSV(B)24.71º83.61%23.92%-
XYZ2.471.990.54-
YUV37.58112.44144.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 59.80%
GREEN value IS 31 (12.5% from 255) = 30.39%
BLUE value IS 10 (4.30% from 255) = 9.80%
R=59.80%
G=30.39%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61311000.490.840.7624.7171.8313.92
Hex3D1FA031544C1948e
Octal7537120611241143111016
Binary1111011111110100110001101010010011001100110010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D1F0A; }

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

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

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

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

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

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

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

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