Html Css Color HEX #3E1D17 Brown Pod

📋 copy color: '#3E1D17'

red 62 ◦ green 29 ◦ blue 23

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

Shades of Brown Pod #3E1D17

Tints of Brown Pod #3E1D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.18%

R = 54.39%
G = 25.44%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.76

RGB Variations

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

Color information

#3E1D17 (or 0x3E1D17) is known color: Brown Pod. HEX triplet: 3E, 1D and 17. RGB value is (62,29,23). Sum of RGB (Red+Green+Blue) = 62+29+23=114 (15% of max value = 765). Red value is 62 (24.61% from 255 or 54.39% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1D17 is #C1E2E8. Grayscale: #262626. Windows color (decimal): -12706537 or 1514814. OLE color: 1514814.

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

Color convert

RGB 62 29 23 -
CMYK 0 0.53 0.63 0.76
HSL 9.23º 0.46% 0.17% -
HSV(B) 9.23º 0.63% 0.24% -
XYZ 2.58 1.96 1.05 -
YUV 38.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 62 29 23 0 0.53 0.63 0.76 9.23 0.46 0.17
Hex 3E 1D 17 0 35 3F 4C 9 2E 11
Octal 76 35 27 0 65 77 114 11 56 21
Binary 111110 11101 10111 0 110101 111111 1001100 1001 101110 10001

Color Harmonies of #3E1D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1D17

Black with #3E1D17

Text Example


Text Example

White with #3E1D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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