Html Css Color HEX #3D1F11 Brown Pod

📋 copy color: '#3D1F11'

red 61 ◦ green 31 ◦ blue 17

#3D1F11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #3D1F11

Tints of Brown Pod #3D1F11

RGB

 RED value IS 61 (24.22% from 255) = 55.96%

 GREEN value IS 31 (12.5% from 255) = 28.44%

 BLUE value IS 17 (7.03% from 255) = 15.6%

R = 55.96%
G = 28.44%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.76

RGB Variations

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

Color information

#3D1F11 (or 0x3D1F11) is known color: Brown Pod. HEX triplet: 3D, 1F and 11. RGB value is (61,31,17). Sum of RGB (Red+Green+Blue) = 61+31+17=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1F11 is #C2E0EE. Grayscale: #262626. Windows color (decimal): -12771567 or 1122109. OLE color: 1122109.

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

Color convert

RGB 61 31 17 -
CMYK 0 0.49 0.72 0.76
HSL 19.09º 0.56% 0.15% -
HSV(B) 19.09º 0.72% 0.24% -
XYZ 2.52 2.01 0.79 -
YUV 38.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 61 31 17 0 0.49 0.72 0.76 19.09 0.56 0.15
Hex 3D 1F 11 0 31 48 4C 13 38 F
Octal 75 37 21 0 61 110 114 23 70 17
Binary 111101 11111 10001 0 110001 1001000 1001100 10011 111000 1111

Color Harmonies of #3D1F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1F11

Black with #3D1F11

Text Example


Text Example

White with #3D1F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D1F11;
 }
 .AnyTagClassName
 {
   color: #3D1F11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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