Html Css Color HEX #3E1D15 Brown Pod

📋 copy color: '#3E1D15'

red 62 ◦ green 29 ◦ blue 21

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

Shades of Brown Pod #3E1D15

Tints of Brown Pod #3E1D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.89%

 BLUE value IS 21 (8.59% from 255) = 18.75%

R = 55.36%
G = 25.89%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.76

RGB Variations

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

Color information

#3E1D15 (or 0x3E1D15) is known color: Brown Pod. HEX triplet: 3E, 1D and 15. RGB value is (62,29,21). Sum of RGB (Red+Green+Blue) = 62+29+21=112 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.36% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1D15 is #C1E2EA. Grayscale: #262626. Windows color (decimal): -12706539 or 1383742. OLE color: 1383742.

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

Color convert

RGB 62 29 21 -
CMYK 0 0.53 0.66 0.76
HSL 11.71º 0.49% 0.16% -
HSV(B) 11.71º 0.66% 0.24% -
XYZ 2.56 1.96 0.95 -
YUV 37.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 62 29 21 0 0.53 0.66 0.76 11.71 0.49 0.16
Hex 3E 1D 15 0 35 42 4C C 31 10
Octal 76 35 25 0 65 102 114 14 61 20
Binary 111110 11101 10101 0 110101 1000010 1001100 1100 110001 10000

Color Harmonies of #3E1D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1D15

Black with #3E1D15

Text Example


Text Example

White with #3E1D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,29,21); }

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

background-color css

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

 a { background-color: rgb(62,29,21); }

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

border-color css

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

 span { border-color: rgb(62,29,21); }

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