Html Css Color HEX #3E2413 Brown Pod

📋 copy color: '#3E2413'

red 62 ◦ green 36 ◦ blue 19

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

Shades of Brown Pod #3E2413

Tints of Brown Pod #3E2413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.77%

 BLUE value IS 19 (7.81% from 255) = 16.24%

R = 52.99%
G = 30.77%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.76

RGB Variations

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

Color information

#3E2413 (or 0x3E2413) is known color: Brown Pod. HEX triplet: 3E, 24 and 13. RGB value is (62,36,19). Sum of RGB (Red+Green+Blue) = 62+36+19=117 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.99% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2413 is #C1DBEC. Grayscale: #292929. Windows color (decimal): -12704749 or 1254462. OLE color: 1254462.

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

Color convert

RGB 62 36 19 -
CMYK 0 0.42 0.69 0.76
HSL 23.72º 0.53% 0.16% -
HSV(B) 23.72º 0.69% 0.24% -
XYZ 2.74 2.33 0.92 -
YUV 41.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 62 36 19 0 0.42 0.69 0.76 23.72 0.53 0.16
Hex 3E 24 13 0 2A 45 4C 18 35 10
Octal 76 44 23 0 52 105 114 30 65 20
Binary 111110 100100 10011 0 101010 1000101 1001100 11000 110101 10000

Color Harmonies of #3E2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2413

Black with #3E2413

Text Example


Text Example

White with #3E2413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,36,19); }

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

background-color css

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

 a { background-color: rgb(62,36,19); }

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

border-color css

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

 span { border-color: rgb(62,36,19); }

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