Html Css Color HEX #3E1911 Brown Pod

📋 copy color: '#3E1911'

red 62 ◦ green 25 ◦ blue 17

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

Shades of Brown Pod #3E1911

Tints of Brown Pod #3E1911

RGB

 RED value IS 62 (24.61% from 255) = 59.62%

 GREEN value IS 25 (10.16% from 255) = 24.04%

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

R = 59.62%
G = 24.04%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.76

RGB Variations

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

Color information

#3E1911 (or 0x3E1911) is known color: Brown Pod. HEX triplet: 3E, 19 and 11. RGB value is (62,25,17). Sum of RGB (Red+Green+Blue) = 62+25+17=104 (13% of max value = 765). Red value is 62 (24.61% from 255 or 59.62% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1911 is #C1E6EE. Grayscale: #232323. Windows color (decimal): -12707567 or 1120574. OLE color: 1120574.

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

Color convert

RGB 62 25 17 -
CMYK 0 0.60 0.73 0.76
HSL 10.67º 0.57% 0.15% -
HSV(B) 10.67º 0.73% 0.24% -
XYZ 2.44 1.76 0.74 -
YUV 35.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 62 25 17 0 0.60 0.73 0.76 10.67 0.57 0.15
Hex 3E 19 11 0 3C 49 4C B 39 F
Octal 76 31 21 0 74 111 114 13 71 17
Binary 111110 11001 10001 0 111100 1001001 1001100 1011 111001 1111

Color Harmonies of #3E1911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1911

Black with #3E1911

Text Example


Text Example

White with #3E1911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,25,17); }

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

background-color css

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

 a { background-color: rgb(62,25,17); }

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

border-color css

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

 span { border-color: rgb(62,25,17); }

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